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

@@ -49,6 +49,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