mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-15 17:36:59 +01:00
fix direction on US-P Power card (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
c42c969fdc
commit
398d4d9208
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user