mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-24 15:02:15 +01:00
fix direction on US-P Power card (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
5903e862a4
commit
9fdf1c3730
@@ -23,6 +23,34 @@
|
||||
│ - // fix touch offset
|
||||
│ - lcd_dev fffb 0002 0000 0020
|
||||
│ - page pageStartup
|
||||
├── cardPower.txt
|
||||
│ @@ -42,22 +42,19 @@
|
||||
│ for(sys0=0;sys0<43;sys0++)
|
||||
│ {
|
||||
│ if(b[sys0].type==98||b[sys0].type==116)
|
||||
│ {
|
||||
│ b[sys0].bco=defaultBcoColor
|
||||
│ b[sys0].pco=defaultFontColor
|
||||
│ }
|
||||
│ - if(defaultBcoColor==0)
|
||||
│ + if(b[sys0].type==1)
|
||||
│ {
|
||||
│ - if(b[sys0].type==1)
|
||||
│ - {
|
||||
│ - b[sys0].pic=19
|
||||
│ - b[sys0].pic1=19
|
||||
│ - b[sys0].pic2=15
|
||||
│ - }
|
||||
│ + b[sys0].pic=19
|
||||
│ + b[sys0].pic1=19
|
||||
│ + b[sys0].pic2=15
|
||||
│ }
|
||||
│ }
|
||||
│
|
||||
│ Variable (string) strCommand
|
||||
│ Attributes
|
||||
│ Scope : local
|
||||
│ Text :
|
||||
├── cardThermo.txt
|
||||
│ @@ -779,30 +779,14 @@
|
||||
│ crcputs tSend.txt,0
|
||||
|
||||
@@ -6,6 +6,10 @@ pageIcons
|
||||
7 Component(s)
|
||||
0 Line(s) of event code
|
||||
0 Unique line(s) of event code
|
||||
pageStartup
|
||||
19 Component(s)
|
||||
172 Line(s) of event code
|
||||
125 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
253 Line(s) of event code
|
||||
@@ -26,10 +30,6 @@ popupShutter
|
||||
25 Component(s)
|
||||
394 Line(s) of event code
|
||||
216 Unique line(s) of event code
|
||||
pageStartup
|
||||
19 Component(s)
|
||||
172 Line(s) of event code
|
||||
125 Unique line(s) of event code
|
||||
pageTest
|
||||
14 Component(s)
|
||||
14 Line(s) of event code
|
||||
|
||||
@@ -402,7 +402,7 @@ Text tVersion
|
||||
Horizontal Alignment : center
|
||||
Vertical Alignment : center
|
||||
Input Type : character
|
||||
Text : 42
|
||||
Text : 43
|
||||
Max. Text Size : 10
|
||||
Word wrap : disabled
|
||||
Horizontal Spacing : 0
|
||||
|
||||
@@ -152,7 +152,7 @@ Text tVersion
|
||||
Disable release event after dragging: 0
|
||||
Send Component ID : disabled
|
||||
Associated Keyboard : none
|
||||
Text : 42
|
||||
Text : 43
|
||||
Max. Text Size : 10
|
||||
|
||||
Picture p0
|
||||
|
||||
Reference in New Issue
Block a user