sync (add nextion2text)

This commit is contained in:
joBr99
2022-07-23 09:22:28 +00:00
committed by github-actions[bot]
parent 9b6495b3c7
commit e1900e2da4
6 changed files with 85 additions and 104 deletions

View File

@@ -40,6 +40,25 @@ Page cardQR
vis bText2,0
tsw m0,0
tsw m1,0
cardQR.bco=defaultBcoColor
for(sys0=0;sys0<32;sys0++)
{
if(b[sys0].type==98||b[sys0].type==116)
{
b[sys0].bco=defaultBcoColor
b[sys0].pco=defaultFontColor
}
if(b[sys0].type==53&&defaultBcoColor==6371)
{
b[sys0].pic=1
b[sys0].pic2=2
}
if(b[sys0].type==53&&defaultBcoColor==0)
{
b[sys0].pic=10
b[sys0].pic2=11
}
}
Variable (string) strCommand
Attributes

View File

@@ -22,10 +22,6 @@ cardMedia
34 Component(s)
388 Line(s) of event code
209 Unique line(s) of event code
cardQR
32 Component(s)
384 Line(s) of event code
223 Unique line(s) of event code
cardGrid
42 Component(s)
458 Line(s) of event code
@@ -42,6 +38,10 @@ popupShutter
25 Component(s)
388 Line(s) of event code
211 Unique line(s) of event code
cardQR
32 Component(s)
403 Line(s) of event code
234 Unique line(s) of event code
screensaver
38 Component(s)
332 Line(s) of event code
@@ -62,5 +62,5 @@ cardThermo
Total
14 Page(s)
444 Component(s)
5257 Line(s) of event code
1363 Unique line(s) of event code
5276 Line(s) of event code
1368 Unique line(s) of event code