moved time and date to pageicons (add nextion2text)

This commit is contained in:
joBr99
2022-03-30 20:32:27 +00:00
committed by GitHub Actions
parent 1f948c9320
commit 70538f9de2
27 changed files with 639 additions and 183 deletions

View File

@@ -606,12 +606,12 @@ Timer tmSerial
if(tInstruction.txt=="time")
{
// get set time to global variable
spstr strCommand.txt,screensaver.vaTime.txt,",",1
spstr strCommand.txt,pageIcons.vaTime.txt,",",1
}
if(tInstruction.txt=="date")
{
// get set date to global variable
spstr strCommand.txt,screensaver.vaDate.txt,"?",1
spstr strCommand.txt,pageIcons.vaDate.txt,"?",1
}
if(tInstruction.txt=="timeout")
{