Page screensaver Attributes ID : 0 Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Opacity : 127 Width : 480 Effect : load Effect Priority : 0 Effect Time : 300 Locked : no Swide up page ID : disabled Swide down page ID : disabled Swide left page ID : disabled Swide right page ID : disabled Fill : solid color Back. Color : 0 Events Preinitialize Event recmod=1 baud=115200 vis tInstruction,0 vis tTmp,0 vis p0,0 vis tNotifyHead,0 vis tNotifyText,0 //load gloabl time string from pageIcons //tTime.txt=vaTime.txt spstr pageIcons.vaTime.txt,tTime.txt,"?",0 spstr pageIcons.vaTime.txt,tAMPM.txt,"?",1 if(tAMPM.txt=="") { vis tAMPM,0 } tDate.txt=pageIcons.vaDate.txt dim=dimValue vis tSend,0 //page open event // clear weather elements, to keep example content in HMI Postinitialize Event click m0,1 Variable (string) strCommand Attributes ID : 4 Scope : local Text : Max. Text Size: 600 Variable (string) strTmp Attributes ID : 41 Scope : local Text : Max. Text Size: 2 Variable (string) tId Attributes ID : 16 Scope : local Text : Max. Text Size: 25 Variable (string) tInstruction Attributes ID : 28 Scope : local Text : Max. Text Size: 50 Variable (string) tSend Attributes ID : 30 Scope : local Text : Max. Text Size: 50 Variable (string) tTmp Attributes ID : 29 Scope : local Text : Max. Text Size: 50 Variable (int32) vaTap Attributes ID : 24 Scope: local Value: 0 Variable (int32) xc1 Attributes ID : 35 Scope: local Value: 0 Variable (int32) xc2 Attributes ID : 37 Scope: local Value: 0 Variable (int32) xcR Attributes ID : 40 Scope: local Value: 0 Variable (int32) yc1 Attributes ID : 36 Scope: local Value: 0 Variable (int32) yc2 Attributes ID : 38 Scope: local Value: 0 Variable (int32) ycR Attributes ID : 39 Scope: local Value: 0 Text m0 Attributes ID : 42 Scope : local Dragging : 0 Disable release event after dragging: 0 Send Component ID : disabled Opacity : 127 x coordinate : 462 y coordinate : 0 Width : 18 Height : 320 Effect : load Effect Priority : 0 Effect Time : 300 Fill : solid color Style : flat Associated Keyboard : none Font ID : 0 Back. Color : 63488 Font Color : 0 Horizontal Alignment : center Vertical Alignment : center Input Type : character Text : Max. Text Size : 10 Word wrap : disabled Horizontal Spacing : 0 Vertical Spacing : 0 Events Touch Press Event tTmp.txt="change model conf to us-l/p " strlen tTmp.txt,sys1 sya1=sys1*11+m0.h-48/2 for(sys0=0;sys01) { bufferPos=0 while(bufferPos-125&&xcR.val<125) { //tStatusNew.txt="x low, -> y" // check if below minimum value (change is negative) if(ycR.val<-80) { //tDirNew.txt="down" tSend.txt="event,buttonPress2,screensaver,swipeDown" }else if(ycR.val>80) { //tDirNew.txt="up" tSend.txt="event,buttonPress2,screensaver,swipeUp" }else { //tDirNew.txt="invalid" } // y difference between -125 and 125 (swipe on x-axis) }else if(ycR.val>-125&&ycR.val<125) { //tStatusNew.txt="y low, -> x" if(xcR.val<-80) { //tDirNew.txt="right" tSend.txt="event,buttonPress2,screensaver,swipeRight" }else if(xcR.val>80) { //tDirNew.txt="left" tSend.txt="event,buttonPress2,screensaver,swipeLeft" }else { //tDirNew.txt="invalid" } //diagonal swipe invalid }else { //tStatusNew.txt="invalid" //tDirNew.txt="diagonal" } } //send calc crc btlen tSend.txt,sys0 crcrest 1,0xffff // reset CRC crcputh 55 bb crcputs sys0,2 crcputs tSend.txt,0 //send cmd printh 55 bb prints sys0,2 prints tSend.txt,0 prints crcval,2