sync (add nextion2text)

This commit is contained in:
joBr99
2022-11-03 17:05:42 +00:00
committed by github-actions[bot]
parent 7e8ffca023
commit 51d74fceb2
13 changed files with 115 additions and 148 deletions

View File

@@ -1014,7 +1014,14 @@ Button bNext
Events
Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm,bNext"
tSend.txt="event,buttonPress2,cardAlarm,"
if(bPrev.txt=="")
{
tSend.txt+="bHome"
}else
{
tSend.txt+="bNext"
}
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC

View File

@@ -1055,7 +1055,14 @@ Button bNext
Events
Touch Press Event
tSend.txt="event,buttonPress2,cardEntities,bNext"
tSend.txt="event,buttonPress2,cardEntities,"
if(bPrev.txt=="")
{
tSend.txt+="bHome"
}else
{
tSend.txt+="bNext"
}
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC

View File

@@ -634,7 +634,14 @@ Button bNext
Events
Touch Press Event
tSend.txt="event,buttonPress2,cardThermo,bNext"
tSend.txt="event,buttonPress2,cardThermo,"
if(bPrev.txt=="")
{
tSend.txt+="bHome"
}else
{
tSend.txt+="bNext"
}
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC

View File

@@ -857,7 +857,14 @@ Button bNext
Events
Touch Press Event
tSend.txt="event,buttonPress2,cardGrid,bNext"
tSend.txt="event,buttonPress2,cardGrid,"
if(bPrev.txt=="")
{
tSend.txt+="bHome"
}else
{
tSend.txt+="bNext"
}
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC

View File

@@ -801,7 +801,14 @@ Button bNext
Events
Touch Press Event
tSend.txt="event,buttonPress2,cardAlarm,bNext"
tSend.txt="event,buttonPress2,cardPower,"
if(bPrev.txt=="")
{
tSend.txt+="bHome"
}else
{
tSend.txt+="bNext"
}
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC

View File

@@ -14,29 +14,29 @@ b0
44 Component(s)
515 Line(s) of event code
272 Unique line(s) of event code
bNext
43 Component(s)
423 Line(s) of event code
293 Unique line(s) of event code
bEntity1
42 Component(s)
478 Line(s) of event code
283 Unique line(s) of event code
arm1
40 Component(s)
427 Line(s) of event code
258 Unique line(s) of event code
434 Line(s) of event code
260 Unique line(s) of event code
bNext
43 Component(s)
430 Line(s) of event code
296 Unique line(s) of event code
bEntity1
42 Component(s)
485 Line(s) of event code
285 Unique line(s) of event code
bDown2
53 Component(s)
596 Line(s) of event code
313 Unique line(s) of event code
603 Line(s) of event code
315 Unique line(s) of event code
bDown1
65 Component(s)
1153 Line(s) of event code
527 Unique line(s) of event code
1160 Line(s) of event code
529 Unique line(s) of event code
Total
17 Page(s)
351 Component(s)
4164 Line(s) of event code
4199 Line(s) of event code
1374 Unique line(s) of event code