fix #807 and sync us-l/p (add nextion2text)

This commit is contained in:
joBr99
2023-03-27 16:18:06 +00:00
committed by github-actions[bot]
parent 350617d045
commit b023ff00d2
19 changed files with 83 additions and 249 deletions

View File

@@ -606,11 +606,11 @@ Timer tmSerial
{
if(type1.txt=="delete"||type1.txt=="")
{
qrcode m1.x,m1.y,200,defaultBcoColor,65535,-1,vaQR.txt
qrcode m1.x,m1.y,200,65535,defaultBcoColor,-1,vaQR.txt
}
}else
{
qrcode m0.x,m0.y,200,defaultBcoColor,65535,-1,vaQR.txt
qrcode m0.x,m0.y,200,65535,defaultBcoColor,-1,vaQR.txt
}
}
if(tInstruction.txt=="time")

View File

@@ -19,6 +19,8 @@ Page popupNotify
vis tTmp,0
vis tInstruction,0
vis tId,0
vis b1,0
vis b2,0
popupNotify.bco=defaultBcoColor
tHeading.bco=defaultBcoColor
b0.bco=defaultBcoColor