implement background and hide components (add nextion2text)

This commit is contained in:
joBr99
2022-10-07 16:22:15 +00:00
committed by github-actions[bot]
parent 41c831cb97
commit 5012f03e59
4 changed files with 49 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
+++ /dev/fd/62 2022-10-07 15:54:33.051166098 +0000
+++ /dev/fd/62 2022-10-07 16:22:11.035272968 +0000
+rdAlarm.txt
+18 +833,14 @@
+ {

View File

@@ -34,6 +34,28 @@ Page cardPower
tsw h3,0
tsw h4,0
tsw h5,0
vis h0,0
vis h1,0
vis h2,0
vis h3,0
vis h4,0
vis h5,0
vis t1,0
vis t0Icon,0
vis t1Icon,0
vis t2Icon,0
vis t3Icon,0
vis t4Icon,0
vis t5Icon,0
cardPower.bco=defaultBcoColor
for(sys0=0;sys0<43;sys0++)
{
if(b[sys0].type==98||b[sys0].type==116)
{
b[sys0].bco=defaultBcoColor
b[sys0].pco=defaultFontColor
}
}
Variable (string) strCommand
Attributes

View File

@@ -60,11 +60,11 @@ cardEntities
521 Unique line(s) of event code
cardPower
43 Component(s)
388 Line(s) of event code
268 Unique line(s) of event code
410 Line(s) of event code
286 Unique line(s) of event code
Total
15 Page(s)
488 Component(s)
5749 Line(s) of event code
1542 Unique line(s) of event code
5771 Line(s) of event code
1556 Unique line(s) of event code

View File

@@ -26,6 +26,28 @@ Page cardPower
tsw h3,0
tsw h4,0
tsw h5,0
vis h0,0
vis h1,0
vis h2,0
vis h3,0
vis h4,0
vis h5,0
vis t1,0
vis t0Icon,0
vis t1Icon,0
vis t2Icon,0
vis t3Icon,0
vis t4Icon,0
vis t5Icon,0
cardPower.bco=defaultBcoColor
for(sys0=0;sys0<43;sys0++)
{
if(b[sys0].type==98||b[sys0].type==116)
{
b[sys0].bco=defaultBcoColor
b[sys0].pco=defaultFontColor
}
}
Variable (string) strCommand
Attributes