sync (add nextion2text)

This commit is contained in:
joBr99
2022-10-23 21:26:39 +00:00
committed by github-actions[bot]
parent a686222e0a
commit cb8bd661fe
15 changed files with 59 additions and 201 deletions

View File

@@ -19,7 +19,7 @@ Variable (string) vaTime
Variable (string) vaDate
Attributes
Scope : global
Text :
Text :
Max. Text Size: 35
Text tTmp1

View File

@@ -25,11 +25,17 @@ Page popupNotify
tText.bco=defaultBcoColor
b1.bco=defaultBcoColor
b2.bco=defaultBcoColor
tIcon.bco=defaultBcoColor
tTextAlt.bco=defaultBcoColor
tHeading.pco=defaultFontColor
b0.pco=defaultFontColor
tText.pco=defaultFontColor
b1.pco=defaultFontColor
b2.pco=defaultFontColor
vis tIcon,0
vis tTextAlt,0
tIcon.pco=defaultFontColor
tTextAlt.pco=defaultFontColor
Variable (string) strCommand
Attributes

View File

@@ -624,6 +624,18 @@ Timer tmSerial
vis tNotifyHead,0
vis tNotifyText,0
}
tNotifyHead.bco=tTime.bco
tNotifyText.bco=tTime.bco
spstr strCommand.txt,tTmp.txt,"~",3
if(tTmp.txt!="")
{
covx tTmp.txt,tNotifyHead.pco,0,0
}
spstr strCommand.txt,tTmp.txt,"~",4
if(tTmp.txt!="")
{
covx tTmp.txt,tNotifyText.pco,0,0
}
}
if(tInstruction.txt=="pageType")
{