. (add nextion2text)

This commit is contained in:
joBr99
2023-11-24 18:12:29 +00:00
committed by github-actions[bot]
parent c6e49bbf80
commit 8d83d727f3
10 changed files with 370 additions and 38 deletions

View File

@@ -11,6 +11,19 @@ Page cardEntities
Events
Preinitialize Event
tSend.txt="event,renderCurrentPage"
//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
dim=dimValueNormal
dim=dimValueNormal
//wup=cardEntities
//remove background & activate reparse mode

View File

@@ -11,6 +11,19 @@ Page screensaver
Events
Preinitialize Event
tSend.txt="event,renderCurrentPage"
//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
dim=dimValueNormal
recmod=1
baud=115200
vis tInstruction,0

View File

@@ -11,6 +11,19 @@ Page screensaver2
Events
Preinitialize Event
tSend.txt="event,renderCurrentPage"
//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
dim=dimValueNormal
recmod=1
baud=115200
vis tInstruction,0