mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-01-20 13:14:11 +01:00
231 lines
12 KiB
Plaintext
231 lines
12 KiB
Plaintext
--- HMI/n2t-out
|
|
+++ HMI/US/landscape/n2t-out
|
|
├── Program.s.txt
|
|
│ @@ -10,10 +10,7 @@
|
|
│ int sleepValue=0
|
|
│ // dim value
|
|
│ int dimValue=40
|
|
│ int dimValueNormal=100
|
|
│ //color vars
|
|
│ int defaultFontColor=65535
|
|
│ int defaultBcoColor=6371
|
|
│ - // fix touch offset
|
|
│ - lcd_dev fffb 0002 0000 0020
|
|
│ - page pageStartup
|
|
├── pageStartup.txt
|
|
│ @@ -173,15 +173,15 @@
|
|
│ Max. Text Size : 10
|
|
│
|
|
│ Events
|
|
│ Touch Press Event
|
|
│ recmod=1
|
|
│ bauds=115200
|
|
│ // startup event
|
|
│ - tSend.txt="event,startup,"+tVersion.txt+",eu"
|
|
│ + tSend.txt="event,startup,"+tVersion.txt+",us-l"
|
|
│ //send calc crc
|
|
│ btlen tSend.txt,sys0
|
|
│ crcrest 1,0xffff // reset CRC
|
|
│ crcputh 55 bb
|
|
│ crcputs sys0,2
|
|
│ crcputs tSend.txt,0
|
|
│ //send cmd
|
|
│ @@ -306,52 +306,47 @@
|
|
│ spstr strCommand.txt,tTmp.txt,"~",2
|
|
│ //save third arg if there's one
|
|
│ spstr strCommand.txt,pageIcons.tTmp2.txt,"~",3
|
|
│ spstr strCommand.txt,pageIcons.tTmp3.txt,"~",4
|
|
│ //we are going to exit this page with this command, so we have to clear the buffer, so we are not getting into a stupid loop ...
|
|
│ udelete payloadLength-1
|
|
│ bufferPos=0
|
|
│ - if(tId.txt=="pageStartup")
|
|
│ + if(tId.txt=="cardThermo")
|
|
│ {
|
|
│ - page pageStartup
|
|
│ + page cardThermo
|
|
│ }
|
|
│ if(tId.txt=="screensaver")
|
|
│ {
|
|
│ page screensaver
|
|
│ }
|
|
│ - if(tId.txt=="cardEntities")
|
|
│ - {
|
|
│ - page cardEntities
|
|
│ - }
|
|
│ - if(tId.txt=="cardGrid")
|
|
│ - {
|
|
│ - page cardGrid
|
|
│ - }
|
|
│ if(tId.txt=="popupLight")
|
|
│ {
|
|
│ pageIcons.tTmp1.txt=tTmp.txt
|
|
│ page popupLight
|
|
│ }
|
|
│ - if(tId.txt=="popupShutter")
|
|
│ + if(tId.txt=="cardEntities")
|
|
│ {
|
|
│ - pageIcons.tTmp1.txt=tTmp.txt
|
|
│ - page popupShutter
|
|
│ + page cardEntities
|
|
│ }
|
|
│ - if(tId.txt=="popupNotify")
|
|
│ + if(tId.txt=="pageStartup")
|
|
│ {
|
|
│ - page popupNotify
|
|
│ + page pageStartup
|
|
│ }
|
|
│ - if(tId.txt=="cardThermo")
|
|
│ + if(tId.txt=="popupNotify")
|
|
│ {
|
|
│ - page cardThermo
|
|
│ + page popupNotify
|
|
│ }
|
|
│ if(tId.txt=="cardMedia")
|
|
│ {
|
|
│ page cardMedia
|
|
│ }
|
|
│ + if(tId.txt=="cardGrid")
|
|
│ + {
|
|
│ + page cardGrid
|
|
│ + }
|
|
│ if(tId.txt=="cardAlarm")
|
|
│ {
|
|
│ page cardAlarm
|
|
│ }
|
|
│ if(tId.txt=="cardQR")
|
|
│ {
|
|
│ page cardQR
|
|
├── screensaver.txt
|
|
│ @@ -252,25 +252,25 @@
|
|
│ Attributes
|
|
│ Scope : local
|
|
│ Dragging : 0
|
|
│ Disable release event after dragging: 0
|
|
│ Send Component ID : disabled
|
|
│ Associated Keyboard : none
|
|
│ Text :
|
|
│ - Max. Text Size : 10
|
|
│ + Max. Text Size : 5
|
|
│
|
|
│ Text tIcon2
|
|
│ Attributes
|
|
│ Scope : local
|
|
│ Dragging : 0
|
|
│ Disable release event after dragging: 0
|
|
│ Send Component ID : disabled
|
|
│ Associated Keyboard : none
|
|
│ Text :
|
|
│ - Max. Text Size : 10
|
|
│ + Max. Text Size : 5
|
|
│
|
|
│ Text tMR
|
|
│ Attributes
|
|
│ Scope : local
|
|
│ Dragging : 0
|
|
│ Disable release event after dragging: 0
|
|
│ Send Component ID : disabled
|
|
│ @@ -351,15 +351,15 @@
|
|
│ Text tTime
|
|
│ Attributes
|
|
│ Scope : local
|
|
│ Dragging : 0
|
|
│ Disable release event after dragging: 0
|
|
│ Send Component ID : disabled
|
|
│ Associated Keyboard : none
|
|
│ - Text : 21:32
|
|
│ + Text : 21:32
|
|
│ Max. Text Size : 15
|
|
│
|
|
│ Text tTimeAdd
|
|
│ Attributes
|
|
│ Scope : local
|
|
│ Dragging : 0
|
|
│ Disable release event after dragging: 0
|
|
│ @@ -474,16 +474,14 @@
|
|
│ spstr pageIcons.vaTime.txt,tTime.txt,"?",0
|
|
│ spstr pageIcons.vaTime.txt,tAMPM.txt,"?",1
|
|
│ if(tAMPM.txt=="")
|
|
│ {
|
|
│ vis tAMPM,0
|
|
│ }
|
|
│ spstr strCommand.txt,tTimeAdd.txt,"~",2
|
|
│ - ref tIcon1
|
|
│ - ref tIcon2
|
|
│ }
|
|
│ if(tInstruction.txt=="date")
|
|
│ {
|
|
│ //get set date to global variable
|
|
│ spstr strCommand.txt,pageIcons.vaDate.txt,"~",1
|
|
│ tDate.txt=pageIcons.vaDate.txt
|
|
│ }
|
|
│ @@ -691,53 +689,48 @@
|
|
│ spstr strCommand.txt,tId.txt,"~",1
|
|
│ //save second arg if there's one
|
|
│ spstr strCommand.txt,tTmp.txt,"~",2
|
|
│ //save third arg if there's one
|
|
│ spstr strCommand.txt,pageIcons.tTmp2.txt,"~",3
|
|
│ spstr strCommand.txt,pageIcons.tTmp3.txt,"~",4
|
|
│ //we are going to exit this page with this command, so we have to clear the buffer, so we are not getting into a stupid loop ...
|
|
│ - udelete payloadLength-1
|
|
│ + udelete u[2]+3
|
|
│ bufferPos=0
|
|
│ - if(tId.txt=="pageStartup")
|
|
│ - {
|
|
│ - page pageStartup
|
|
│ - }
|
|
│ - if(tId.txt=="screensaver")
|
|
│ + if(tId.txt=="popupLight")
|
|
│ {
|
|
│ - page screensaver
|
|
│ + pageIcons.tTmp1.txt=tTmp.txt
|
|
│ + page popupLight
|
|
│ }
|
|
│ - if(tId.txt=="cardEntities")
|
|
│ + if(tId.txt=="pageStartup")
|
|
│ {
|
|
│ - page cardEntities
|
|
│ + page pageStartup
|
|
│ }
|
|
│ - if(tId.txt=="cardGrid")
|
|
│ + if(tId.txt=="cardThermo")
|
|
│ {
|
|
│ - page cardGrid
|
|
│ + page cardThermo
|
|
│ }
|
|
│ - if(tId.txt=="popupLight")
|
|
│ + if(tId.txt=="cardMedia")
|
|
│ {
|
|
│ - pageIcons.tTmp1.txt=tTmp.txt
|
|
│ - page popupLight
|
|
│ + page cardMedia
|
|
│ }
|
|
│ - if(tId.txt=="popupShutter")
|
|
│ + if(tId.txt=="pageStartup")
|
|
│ {
|
|
│ - pageIcons.tTmp1.txt=tTmp.txt
|
|
│ - page popupShutter
|
|
│ + page pageStartup
|
|
│ }
|
|
│ if(tId.txt=="popupNotify")
|
|
│ {
|
|
│ page popupNotify
|
|
│ }
|
|
│ - if(tId.txt=="cardThermo")
|
|
│ + if(tId.txt=="cardGrid")
|
|
│ {
|
|
│ - page cardThermo
|
|
│ + page cardGrid
|
|
│ }
|
|
│ - if(tId.txt=="cardMedia")
|
|
│ + if(tId.txt=="cardEntities")
|
|
│ {
|
|
│ - page cardMedia
|
|
│ + page cardEntities
|
|
│ }
|
|
│ if(tId.txt=="cardAlarm")
|
|
│ {
|
|
│ page cardAlarm
|
|
│ }
|
|
│ if(tId.txt=="cardQR")
|
|
│ {
|