fixes #1033 (add nextion2text)

This commit is contained in:
joBr99
2023-11-16 17:40:35 +00:00
committed by github-actions[bot]
parent 59aa703416
commit 3347a054e0
8 changed files with 74 additions and 14 deletions

View File

@@ -100,6 +100,24 @@
│ Send Component ID : disabled
│ Associated Keyboard: none
│ Text : |
│ @@ -472,17 +449,14 @@
│ //get set time to global variable
│ spstr strCommand.txt,pageIcons.vaTime.txt,"~",1
│ spstr pageIcons.vaTime.txt,tTime.txt,"?",0
│ spstr pageIcons.vaTime.txt,tAMPM.txt,"?",1
│ if(tAMPM.txt=="")
│ {
│ vis tAMPM,0
│ - }else
│ - {
│ - vis tAMPM,1
│ }
│ spstr strCommand.txt,tTimeAdd.txt,"~",2
│ ref tIcon1
│ ref tIcon2
│ }
│ if(tInstruction.txt=="date")
│ {
│ --- HMI/n2t-out/screensaver2.txt
├── +++ HMI/US/landscape/n2t-out/screensaver2.txt
│ @@ -28,17 +28,14 @@