bump version and sync (add nextion2text)

This commit is contained in:
joBr99
2022-06-12 12:21:20 +00:00
committed by github-actions[bot]
parent fea7306a09
commit 51e54a90b3
14 changed files with 95 additions and 139 deletions

View File

@@ -57,6 +57,13 @@ Variable (int32) vaSpeakerPos
Scope: local
Value: 0
Variable (string) vaMenu
Attributes
ID : 33
Scope : local
Text :
Max. Text Size: 50
Text tSend
Attributes
ID : 2
@@ -444,6 +451,24 @@ Text tIcon
Horizontal Spacing : 0
Vertical Spacing : 0
Events
Touch Release Event
if(vaMenu.txt!="")
{
tSend.txt="event,buttonPress2,"+vaMenu.txt+",button"
//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
}
Text t1
Attributes
ID : 21
@@ -1069,6 +1094,8 @@ Timer tmSerial
vis t5,1
covx tTmp.txt,t5.pco,0,0
}
//tIconBtnEntityName
spstr strCommand.txt,vaMenu.txt,"~",12
}
if(tInstruction.txt=="time")
{

View File

@@ -22,6 +22,10 @@ cardQR
32 Component(s)
374 Line(s) of event code
218 Unique line(s) of event code
pageStartup
19 Component(s)
157 Line(s) of event code
117 Unique line(s) of event code
popupNotify
17 Component(s)
204 Line(s) of event code
@@ -30,6 +34,10 @@ cardThermo
53 Component(s)
555 Line(s) of event code
292 Unique line(s) of event code
cardMedia
34 Component(s)
363 Line(s) of event code
195 Unique line(s) of event code
screensaver
38 Component(s)
319 Line(s) of event code
@@ -42,21 +50,13 @@ cardGrid
42 Component(s)
439 Line(s) of event code
259 Unique line(s) of event code
cardMedia
33 Component(s)
349 Line(s) of event code
183 Unique line(s) of event code
cardAlarm
40 Component(s)
392 Line(s) of event code
239 Unique line(s) of event code
pageStartup
19 Component(s)
157 Line(s) of event code
117 Unique line(s) of event code
Total
13 Page(s)
423 Component(s)
4858 Line(s) of event code
1292 Unique line(s) of event code
424 Component(s)
4872 Line(s) of event code
1304 Unique line(s) of event code

View File

@@ -402,7 +402,7 @@ Text tVersion
Horizontal Alignment : center
Vertical Alignment : center
Input Type : character
Text : 36
Text : 37
Max. Text Size : 10
Word wrap : disabled
Horizontal Spacing : 0