sync (add nextion2text)

This commit is contained in:
joBr99
2022-10-23 21:42:31 +00:00
committed by github-actions[bot]
parent 2b989f3a86
commit 803c195cbd
9 changed files with 49 additions and 87 deletions

View File

@@ -568,6 +568,7 @@
│ crcputs tSend.txt,0
│ //send cmd
├── popupFan.txt
│┄ ordering differences only
│ @@ -78,31 +78,31 @@
│ Value: 1
@@ -607,21 +608,7 @@
│ Max. Text Size: 200
│ Text tEntity
│ @@ -240,75 +240,75 @@
│ Events
│ Touch Press Event
│ //craft command
│ tSend.txt="event,buttonPress2,"
│ tSend.txt+=entn.txt+","
│ sys2=vaModePos.val-3
│ covx sys2,tTmp.txt,0,0
│ - tSend.txt+="mode-preset_modes,"+tTmp.txt
│ + tSend.txt+="mode-sel,"+tTmp.txt
│ //send calc crc
│ btlen tSend.txt,sys0
│ crcrest 1,0xffff // reset CRC
│ crcputh 55 bb
│ crcputs sys0,2
│ @@ -253,60 +253,60 @@
│ crcputs tSend.txt,0
│ //send cmd
│ printh 55 bb
@@ -648,8 +635,7 @@
│ - sys2=vaModePos.val-1
│ + sys2=vaModePos.val-2
│ covx sys2,tTmp.txt,0,0
- tSend.txt+="mode-preset_modes,"+tTmp.txt
│ + tSend.txt+="mode-sel,"+tTmp.txt
tSend.txt+="mode-preset_modes,"+tTmp.txt
│ //send calc crc
│ btlen tSend.txt,sys0
│ crcrest 1,0xffff // reset CRC
@@ -681,15 +667,12 @@
│ - sys2=vaModePos.val-2
│ + sys2=vaModePos.val-1
│ covx sys2,tTmp.txt,0,0
- tSend.txt+="mode-preset_modes,"+tTmp.txt
│ + tSend.txt+="mode-sel,"+tTmp.txt
tSend.txt+="mode-preset_modes,"+tTmp.txt
│ //send calc crc
│ btlen tSend.txt,sys0
│ crcrest 1,0xffff // reset CRC
│ crcputh 55 bb
│ crcputs sys0,2
│ crcputs tSend.txt,0
│ //send cmd
├── screensaver.txt
│ @@ -71,15 +71,15 @@
│ Text tTime

View File

@@ -1,23 +1,6 @@
+++ /dev/fd/62 2022-10-23 21:26:32.359041592 +0000
+75 +240,75 @@
+nts
+ Touch Press Event
+ //craft command
+ tSend.txt="event,buttonPress2,"
+ tSend.txt+=entn.txt+","
+ sys2=vaModePos.val-3
+ covx sys2,tTmp.txt,0,0
+ tSend.txt+="mode-preset_modes,"+tTmp.txt
+ tSend.txt+="mode-sel,"+tTmp.txt
+ //send calc crc
+ btlen tSend.txt,sys0
+ crcrest 1,0xffff // reset CRC
+ crcputh 55 bb
+ crcputs sys0,2
+++ /dev/fd/62 2022-10-23 21:42:24.358169322 +0000
+ tSend.txt+="mode-preset_modes,"+tTmp.txt
+ tSend.txt+="mode-preset_modes,"+tTmp.txt
+ crcputs tSend.txt,0
+ //send cmd
+reensaver.txt
+5 +71,15 @@
+ime

View File

@@ -10,10 +10,6 @@ pageTest
14 Component(s)
14 Line(s) of event code
14 Unique line(s) of event code
popupFan
27 Component(s)
347 Line(s) of event code
202 Unique line(s) of event code
cardPower
43 Component(s)
423 Line(s) of event code
@@ -50,6 +46,10 @@ screensaver
38 Component(s)
350 Line(s) of event code
266 Unique line(s) of event code
popupFan
27 Component(s)
347 Line(s) of event code
202 Unique line(s) of event code
cardAlarm
40 Component(s)
427 Line(s) of event code

View File

@@ -449,7 +449,7 @@ Button bMode1
tSend.txt+=entn.txt+","
sys2=vaModePos.val-3
covx sys2,tTmp.txt,0,0
tSend.txt+="mode-sel,"+tTmp.txt
tSend.txt+="mode-preset_modes,"+tTmp.txt
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
@@ -501,7 +501,7 @@ Button bMode2
tSend.txt+=entn.txt+","
sys2=vaModePos.val-2
covx sys2,tTmp.txt,0,0
tSend.txt+="mode-sel,"+tTmp.txt
tSend.txt+="mode-preset_modes,"+tTmp.txt
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
@@ -553,7 +553,7 @@ Button bMode3
tSend.txt+=entn.txt+","
sys2=vaModePos.val-1
covx sys2,tTmp.txt,0,0
tSend.txt+="mode-sel,"+tTmp.txt
tSend.txt+="mode-preset_modes,"+tTmp.txt
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC

View File

@@ -244,7 +244,7 @@ Button bMode1
tSend.txt+=entn.txt+","
sys2=vaModePos.val-3
covx sys2,tTmp.txt,0,0
tSend.txt+="mode-sel,"+tTmp.txt
tSend.txt+="mode-preset_modes,"+tTmp.txt
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
@@ -274,7 +274,7 @@ Button bMode2
tSend.txt+=entn.txt+","
sys2=vaModePos.val-2
covx sys2,tTmp.txt,0,0
tSend.txt+="mode-sel,"+tTmp.txt
tSend.txt+="mode-preset_modes,"+tTmp.txt
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC
@@ -304,7 +304,7 @@ Button bMode3
tSend.txt+=entn.txt+","
sys2=vaModePos.val-1
covx sys2,tTmp.txt,0,0
tSend.txt+="mode-sel,"+tTmp.txt
tSend.txt+="mode-preset_modes,"+tTmp.txt
//send calc crc
btlen tSend.txt,sys0
crcrest 1,0xffff // reset CRC