sync (add nextion2text)

This commit is contained in:
joBr99
2022-10-23 21:53:37 +00:00
committed by github-actions[bot]
parent eef9956b32
commit 93ee6542aa
5 changed files with 21 additions and 43 deletions

View File

@@ -46,11 +46,14 @@ Page cardPower
b[sys0].bco=defaultBcoColor
b[sys0].pco=defaultFontColor
}
if(b[sys0].type==1)
if(defaultBcoColor==0)
{
b[sys0].pic=19
b[sys0].pic1=19
b[sys0].pic2=15
if(b[sys0].type==1)
{
b[sys0].pic=19
b[sys0].pic1=19
b[sys0].pic2=15
}
}
}