sync (add nextion2text)

This commit is contained in:
joBr99
2022-07-23 08:57:56 +00:00
committed by github-actions[bot]
parent 572a7ce4b2
commit dde38dc0f5
8 changed files with 112 additions and 162 deletions

View File

@@ -41,6 +41,21 @@ Page cardThermo
vis xTempDest1,0
vis bPrev,0
vis bNext,0
cardThermo.bco=defaultBcoColor
for(sys0=0;sys0<53;sys0++)
{
if(b[sys0].type==98||b[sys0].type==116||b[sys0].type==59)
{
b[sys0].bco=defaultBcoColor
b[sys0].pco=defaultFontColor
}
if(b[sys0].type==53)
{
b[sys0].bco=defaultBcoColor
b[sys0].bco2=defaultBcoColor
b[sys0].pco=defaultFontColor
}
}
Variable (string) strCommand
Attributes

View File

@@ -50,10 +50,14 @@ Page popupLight
vis t0,0
vis pColorWheel,0
//vis t0,0
for(sys0=0;sys0<40;sys0++)
popupLight.bco=defaultBcoColor
for(sys0=0;sys0<27;sys0++)
{
b[sys0].bco=defaultBcoColor
b[sys0].pco=defaultFontColor
if(b[sys0].type==98||b[sys0].type==116)
{
b[sys0].bco=defaultBcoColor
b[sys0].pco=defaultFontColor
}
if(b[sys0].type==53&&defaultBcoColor==0)
{
b[sys0].pic=10