sync us-l version (add nextion2text)

This commit is contained in:
joBr99
2022-05-15 09:04:05 +00:00
committed by github-actions[bot]
parent 2f7d240379
commit 3b47f25adb
18 changed files with 2461 additions and 1975 deletions

View File

@@ -11,4 +11,3 @@ Program.s
// dim value
int dimValue=40
int dimValueNormal=100
page pageStartup

View File

@@ -101,7 +101,7 @@ Text tTmp
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 421
x coordinate : 406
y coordinate : 277
Width : 34
Height : 30
@@ -131,7 +131,7 @@ Text tInstruction
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
x coordinate : 0
y coordinate : 290
Width : 100
Height : 30
@@ -161,7 +161,7 @@ Text tId
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 114
x coordinate : 99
y coordinate : 290
Width : 39
Height : 30
@@ -995,6 +995,117 @@ Button arm4
prints crcval,2
tCode.txt=""
Hotspot mSwipeNext
Attributes
ID : 35
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 472
y coordinate : 5
Width : 8
Height : 310
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing right button if swiped on the right side of the screen
//
spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="1")
{
click bNext,1
}
Hotspot mSwipeUp
Attributes
ID : 36
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
Width : 426
Height : 9
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing up button if swiped on the top side of the screen
//
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="2")
{
click bPrev,1
}
Hotspot mSwipePrev
Attributes
ID : 37
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
Width : 9
Height : 310
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing left button if swiped on the left side of the screen
//
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="1")
{
click bPrev,1
}
Timer tmSerial
Attributes
ID : 5

View File

@@ -144,7 +144,7 @@ Number nNum1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 393
x coordinate : 394
y coordinate : 76
Width : 46
Height : 50
@@ -174,7 +174,7 @@ Number nNum2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 393
x coordinate : 394
y coordinate : 132
Width : 46
Height : 50
@@ -204,7 +204,7 @@ Number nNum3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 393
x coordinate : 394
y coordinate : 186
Width : 45
Height : 50
@@ -234,7 +234,7 @@ Number nNum4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 393
x coordinate : 394
y coordinate : 242
Width : 44
Height : 50
@@ -264,7 +264,7 @@ Text tHeading
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 126
x coordinate : 127
y coordinate : 26
Width : 227
Height : 30
@@ -294,7 +294,7 @@ Text tEntity1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 92
x coordinate : 93
y coordinate : 85
Width : 180
Height : 30
@@ -324,7 +324,7 @@ Text tEntity2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 93
x coordinate : 94
y coordinate : 142
Width : 180
Height : 30
@@ -354,7 +354,7 @@ Text tEntity3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 93
x coordinate : 94
y coordinate : 198
Width : 180
Height : 30
@@ -384,7 +384,7 @@ Text tEntity4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 93
x coordinate : 94
y coordinate : 254
Width : 180
Height : 30
@@ -414,7 +414,7 @@ Text tIcon1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 40
x coordinate : 41
y coordinate : 84
Width : 45
Height : 30
@@ -444,7 +444,7 @@ Text tIcon2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 40
x coordinate : 41
y coordinate : 141
Width : 45
Height : 30
@@ -474,7 +474,7 @@ Text tIcon3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 40
x coordinate : 41
y coordinate : 197
Width : 45
Height : 30
@@ -504,7 +504,7 @@ Text tIcon4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 40
x coordinate : 41
y coordinate : 254
Width : 45
Height : 30
@@ -534,7 +534,7 @@ Text tSend
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
x coordinate : 16
y coordinate : 0
Width : 230
Height : 24
@@ -564,7 +564,7 @@ Text tTmp
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 409
x coordinate : 410
y coordinate : 289
Width : 34
Height : 30
@@ -594,7 +594,7 @@ Text tInstruction
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
x coordinate : 16
y coordinate : 290
Width : 100
Height : 30
@@ -624,7 +624,7 @@ Text tId
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 114
x coordinate : 115
y coordinate : 290
Width : 39
Height : 30
@@ -654,7 +654,7 @@ Picture p0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
x coordinate : 1
y coordinate : 0
Width : 479
Height : 319
@@ -671,7 +671,7 @@ Slider hSlider1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 290
x coordinate : 291
y coordinate : 79
Width : 100
Height : 43
@@ -714,7 +714,7 @@ Slider hSlider2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 291
x coordinate : 292
y coordinate : 135
Width : 100
Height : 43
@@ -757,7 +757,7 @@ Slider hSlider3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 291
x coordinate : 292
y coordinate : 189
Width : 100
Height : 43
@@ -800,7 +800,7 @@ Slider hSlider4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 289
x coordinate : 290
y coordinate : 244
Width : 100
Height : 43
@@ -843,7 +843,7 @@ Button bDown1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 392
x coordinate : 393
y coordinate : 75
Width : 50
Height : 50
@@ -890,7 +890,7 @@ Button bUp1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 290
x coordinate : 291
y coordinate : 75
Width : 50
Height : 50
@@ -937,7 +937,7 @@ Button bStop1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 340
x coordinate : 341
y coordinate : 75
Width : 50
Height : 50
@@ -984,7 +984,7 @@ Button bStop2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 341
x coordinate : 342
y coordinate : 132
Width : 50
Height : 50
@@ -1031,7 +1031,7 @@ Button bDown2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 392
x coordinate : 393
y coordinate : 131
Width : 50
Height : 50
@@ -1078,7 +1078,7 @@ Button bUp2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 290
x coordinate : 291
y coordinate : 132
Width : 50
Height : 50
@@ -1125,7 +1125,7 @@ Button bStop3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 341
x coordinate : 342
y coordinate : 185
Width : 50
Height : 50
@@ -1172,7 +1172,7 @@ Button bDown3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 393
x coordinate : 394
y coordinate : 185
Width : 50
Height : 50
@@ -1219,7 +1219,7 @@ Button bUp3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 290
x coordinate : 291
y coordinate : 186
Width : 50
Height : 50
@@ -1266,7 +1266,7 @@ Button bStop4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 341
x coordinate : 342
y coordinate : 241
Width : 50
Height : 50
@@ -1313,7 +1313,7 @@ Button bDown4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 392
x coordinate : 393
y coordinate : 241
Width : 50
Height : 50
@@ -1360,7 +1360,7 @@ Button bUp4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 290
x coordinate : 291
y coordinate : 242
Width : 50
Height : 50
@@ -1407,7 +1407,7 @@ Button bPrev
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 24
x coordinate : 25
y coordinate : 16
Width : 50
Height : 50
@@ -1461,7 +1461,7 @@ Button bNext
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 406
x coordinate : 407
y coordinate : 16
Width : 50
Height : 50
@@ -1508,7 +1508,7 @@ Button bText1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 292
x coordinate : 293
y coordinate : 84
Width : 145
Height : 30
@@ -1555,7 +1555,7 @@ Button bText2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 291
x coordinate : 292
y coordinate : 140
Width : 145
Height : 30
@@ -1602,7 +1602,7 @@ Button bText3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 292
x coordinate : 293
y coordinate : 197
Width : 145
Height : 30
@@ -1649,7 +1649,7 @@ Button bText4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 292
x coordinate : 293
y coordinate : 254
Width : 145
Height : 30
@@ -1696,7 +1696,7 @@ Dual-state Button btOnOff1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 387
x coordinate : 388
y coordinate : 75
Width : 50
Height : 50
@@ -1741,7 +1741,7 @@ Dual-state Button btOnOff2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 388
x coordinate : 389
y coordinate : 132
Width : 50
Height : 50
@@ -1786,7 +1786,7 @@ Dual-state Button btOnOff3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 389
x coordinate : 390
y coordinate : 186
Width : 50
Height : 50
@@ -1831,7 +1831,7 @@ Dual-state Button btOnOff4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 389
x coordinate : 390
y coordinate : 242
Width : 50
Height : 50
@@ -1876,7 +1876,7 @@ Hotspot mSpecial
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 323
x coordinate : 324
y coordinate : 0
Width : 83
Height : 67
@@ -1902,7 +1902,7 @@ Hotspot m2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 40
x coordinate : 41
y coordinate : 184
Width : 250
Height : 60
@@ -1933,7 +1933,7 @@ Hotspot m1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 39
x coordinate : 40
y coordinate : 127
Width : 247
Height : 60
@@ -1964,7 +1964,7 @@ Hotspot m0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 37
x coordinate : 38
y coordinate : 70
Width : 244
Height : 56
@@ -1995,7 +1995,7 @@ Hotspot m3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 38
x coordinate : 39
y coordinate : 237
Width : 244
Height : 60
@@ -2018,6 +2018,117 @@ Hotspot m3
page popupLight
}
Hotspot mSwipeNext
Attributes
ID : 62
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 473
y coordinate : 5
Width : 7
Height : 310
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing right button if swiped on the right side of the screen
//
spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="1")
{
click bNext,1
}
Hotspot mSwipeUp
Attributes
ID : 63
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
Width : 426
Height : 9
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing up button if swiped on the top side of the screen
//
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="2")
{
click bPrev,1
}
Hotspot mSwipePrev
Attributes
ID : 64
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
Width : 8
Height : 310
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing left button if swiped on the left side of the screen
//
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="1")
{
click bPrev,1
}
Timer tmSerial
Attributes
ID : 30

View File

@@ -144,9 +144,9 @@ Text tHeading
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 126
y coordinate : 26
Width : 227
x coordinate : 125
y coordinate : 25
Width : 226
Height : 30
Effect : load
Effect Priority : 0
@@ -204,7 +204,7 @@ Text tSend
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
x coordinate : 0
y coordinate : 0
Width : 230
Height : 24
@@ -234,7 +234,7 @@ Text tTmp
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 415
x coordinate : 400
y coordinate : 290
Width : 34
Height : 30
@@ -264,7 +264,7 @@ Text tInstruction
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
x coordinate : 0
y coordinate : 290
Width : 100
Height : 30
@@ -294,7 +294,7 @@ Text tId
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 126
x coordinate : 111
y coordinate : 290
Width : 39
Height : 30
@@ -940,7 +940,7 @@ Hotspot mSpecial
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 323
x coordinate : 308
y coordinate : 0
Width : 83
Height : 67
@@ -958,6 +958,117 @@ Hotspot mSpecial
page pageTest
}
Hotspot mSwipeNext
Attributes
ID : 39
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 471
y coordinate : 5
Width : 7
Height : 310
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing right button if swiped on the right side of the screen
//
spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="1")
{
click bNext,1
}
Hotspot mSwipeUp
Attributes
ID : 40
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 10
y coordinate : 0
Width : 425
Height : 7
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing up button if swiped on the top side of the screen
//
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="2")
{
click bPrev,1
}
Hotspot mSwipePrev
Attributes
ID : 41
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
Width : 8
Height : 310
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing left button if swiped on the left side of the screen
//
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="1")
{
click bPrev,1
}
Timer tmSerial
Attributes
ID : 7

View File

@@ -64,7 +64,7 @@ Text tSend
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
x coordinate : 16
y coordinate : 0
Width : 230
Height : 15
@@ -94,7 +94,7 @@ Text tTmp
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 29
x coordinate : 14
y coordinate : 156
Width : 27
Height : 30
@@ -124,7 +124,7 @@ Text tInstruction
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 311
x coordinate : 296
y coordinate : 0
Width : 100
Height : 20
@@ -154,7 +154,7 @@ Text tId
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 64
x coordinate : 49
y coordinate : 159
Width : 30
Height : 30
@@ -216,7 +216,7 @@ Text tTitle
Opacity : 127
x coordinate : 99
y coordinate : 78
Width : 360
Width : 358
Height : 25
Effect : load
Effect Priority : 0
@@ -246,7 +246,7 @@ Text tAuthor
Opacity : 127
x coordinate : 100
y coordinate : 108
Width : 360
Width : 358
Height : 25
Effect : load
Effect Priority : 0
@@ -274,7 +274,7 @@ Text t2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 321
x coordinate : 317
y coordinate : 145
Width : 50
Height : 50
@@ -323,7 +323,7 @@ Text tPlayPause
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 218
x coordinate : 214
y coordinate : 145
Width : 50
Height : 50
@@ -372,7 +372,7 @@ Text t0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 111
x coordinate : 107
y coordinate : 145
Width : 50
Height : 50
@@ -451,7 +451,7 @@ Text t1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 20
x coordinate : 22
y coordinate : 201
Width : 50
Height : 50
@@ -475,7 +475,7 @@ Text t1
Events
Touch Press Event
hVolume.val=hVolume.val-5
hVolume.val=hVolume.val-1
// event,buttonPress2,internalNameEntity,volumeSlider,50
//craft command
tSend.txt="event,buttonPress2,"+entn.txt+",volumeSlider,"
@@ -501,7 +501,7 @@ Text t3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 412
x coordinate : 408
y coordinate : 201
Width : 50
Height : 50
@@ -525,7 +525,7 @@ Text t3
Events
Touch Press Event
hVolume.val=hVolume.val+5
hVolume.val=hVolume.val+1
// event,buttonPress2,internalNameEntity,volumeSlider,50
//craft command
tSend.txt="event,buttonPress2,"+entn.txt+",volumeSlider,"
@@ -672,7 +672,7 @@ Text t5
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 412
x coordinate : 408
y coordinate : 145
Width : 50
Height : 50
@@ -738,9 +738,9 @@ Slider hVolume
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 74
x coordinate : 76
y coordinate : 206
Width : 335
Width : 328
Height : 43
Effect : load
Effect Priority : 0
@@ -877,6 +877,117 @@ Button bPrev
prints tSend.txt,0
prints crcval,2
Hotspot mSwipeNext
Attributes
ID : 30
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 472
y coordinate : 5
Width : 8
Height : 310
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing right button if swiped on the right side of the screen
//
spstr tId.txt,tTmp.txt,"|",1
if(tTmp.txt=="1")
{
click bNext,1
}
Hotspot mSwipeUp
Attributes
ID : 31
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 12
y coordinate : 0
Width : 426
Height : 9
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing up button if swiped on the top side of the screen
//
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="2")
{
click bPrev,1
}
Hotspot mSwipePrev
Attributes
ID : 32
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 0
y coordinate : 5
Width : 9
Height : 310
Effect : load
Effect Priority : 0
Effect Time : 300
Events
Touch Press Event
//This thin hotspot down the edge will intercept swipes
//from the bezel into the screen area before the
//Nextion register touch for any other components -
//IF the hotspot is 'layered' at the top (use the up
//arrow at the far left of the Nextion Editor Tool Bar).
//
//Calibrate how wide the edge hotspot has to be on your
//own physical device using this screen to test the
//x & y coordinates where the swipe is first detected.)
//---------------------------
//The navigation text is stored as local variable within tld.txt
//Pressing left button if swiped on the left side of the screen
//
spstr tId.txt,tTmp.txt,"|",0
if(tTmp.txt=="1")
{
click bPrev,1
}
Timer tmSerial
Attributes
ID : 6

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
Program.s
0 Component(s)
10 Line(s) of event code
10 Unique line(s) of event code
9 Line(s) of event code
9 Unique line(s) of event code
pageIcons
6 Component(s)
0 Line(s) of event code
@@ -10,49 +10,49 @@ pageTest
13 Component(s)
13 Line(s) of event code
13 Unique line(s) of event code
pageStartup
19 Component(s)
150 Line(s) of event code
113 Unique line(s) of event code
popupNotify
17 Component(s)
196 Line(s) of event code
123 Unique line(s) of event code
popupShutter
20 Component(s)
193 Line(s) of event code
109 Unique line(s) of event code
popupLight
27 Component(s)
341 Line(s) of event code
185 Unique line(s) of event code
cardMedia
30 Component(s)
331 Line(s) of event code
171 Unique line(s) of event code
cardAlarm
35 Component(s)
345 Line(s) of event code
216 Unique line(s) of event code
pageStartup
19 Component(s)
150 Line(s) of event code
113 Unique line(s) of event code
cardGrid
42 Component(s)
435 Line(s) of event code
252 Unique line(s) of event code
screensaver
35 Component(s)
292 Line(s) of event code
235 Unique line(s) of event code
cardGrid
39 Component(s)
420 Line(s) of event code
246 Unique line(s) of event code
cardEntities
62 Component(s)
966 Line(s) of event code
412 Unique line(s) of event code
cardAlarm
38 Component(s)
360 Line(s) of event code
222 Unique line(s) of event code
popupShutter
20 Component(s)
193 Line(s) of event code
109 Unique line(s) of event code
popupNotify
17 Component(s)
196 Line(s) of event code
123 Unique line(s) of event code
cardMedia
33 Component(s)
346 Line(s) of event code
177 Unique line(s) of event code
cardThermo
41 Component(s)
444 Line(s) of event code
249 Unique line(s) of event code
56 Component(s)
542 Line(s) of event code
288 Unique line(s) of event code
cardEntities
65 Component(s)
981 Line(s) of event code
418 Unique line(s) of event code
Total
12 Page(s)
344 Component(s)
3701 Line(s) of event code
1024 Unique line(s) of event code
371 Component(s)
3858 Line(s) of event code
1059 Unique line(s) of event code

View File

@@ -418,8 +418,8 @@ Picture p0
Opacity : 127
x coordinate : 0
y coordinate : 0
Width : 480
Height : 320
Width : 479
Height : 319
Effect : load
Effect Priority : 0
Effect Time : 300

View File

@@ -92,7 +92,7 @@ Text tEntity
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 107
x coordinate : 108
y coordinate : 21
Width : 263
Height : 30
@@ -122,7 +122,7 @@ Text tIcon1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 26
x coordinate : 27
y coordinate : 21
Width : 45
Height : 30
@@ -152,9 +152,9 @@ Text t1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
x coordinate : 26
y coordinate : 226
Width : 208
Width : 211
Height : 30
Effect : load
Effect Priority : 0
@@ -182,7 +182,7 @@ Text t2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
x coordinate : 26
y coordinate : 267
Width : 45
Height : 30
@@ -212,7 +212,7 @@ Text t3
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 25
x coordinate : 26
y coordinate : 181
Width : 45
Height : 30
@@ -242,9 +242,9 @@ Text t4
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 24
x coordinate : 25
y coordinate : 143
Width : 229
Width : 242
Height : 30
Effect : load
Effect Priority : 0
@@ -272,7 +272,7 @@ Text tSend
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
x coordinate : 16
y coordinate : 0
Width : 348
Height : 7
@@ -302,7 +302,7 @@ Text tTmp
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 421
x coordinate : 422
y coordinate : 277
Width : 34
Height : 30
@@ -332,7 +332,7 @@ Text tInstruction
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 15
x coordinate : 16
y coordinate : 290
Width : 100
Height : 30
@@ -362,7 +362,7 @@ Text tId
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 115
x coordinate : 116
y coordinate : 290
Width : 100
Height : 30
@@ -392,7 +392,7 @@ Text t0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 24
x coordinate : 25
y coordinate : 80
Width : 64
Height : 30
@@ -439,7 +439,7 @@ Picture pColorWheel
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 182
x coordinate : 183
y coordinate : 69
Width : 160
Height : 160
@@ -481,7 +481,7 @@ Slider hBrightness
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 76
x coordinate : 77
y coordinate : 261
Width : 335
Height : 43
@@ -526,7 +526,7 @@ Slider hTempSlider
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 76
x coordinate : 77
y coordinate : 178
Width : 335
Height : 44
@@ -571,7 +571,7 @@ Button b0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 412
x coordinate : 413
y coordinate : 8
Width : 50
Height : 50
@@ -618,7 +618,7 @@ Button bColor
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 108
x coordinate : 109
y coordinate : 68
Width : 50
Height : 50
@@ -675,7 +675,7 @@ Dual-state Button btOnOff1
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 385
x coordinate : 386
y coordinate : 79
Width : 50
Height : 50