sync to US (add nextion2text)

This commit is contained in:
joBr99
2022-10-23 19:22:49 +00:00
committed by github-actions[bot]
parent f8217045f2
commit 5ee9a85bba
16 changed files with 4999 additions and 194 deletions

View File

@@ -1453,6 +1453,44 @@ Dual-state Button btDown
prints tSend.txt,0
prints crcval,2
Dual-state Button btDetail
Attributes
ID : 52
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 409
y coordinate : 199
Width : 50
Height : 50
Effect : load
Effect Priority : 0
Effect Time : 300
Fill : solid color
Style : flat
Font ID : 3
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 50712
Horizontal Alignment : center
Vertical Alignment : center
State : pressed
Text : 
Max. Text Size : 10
Word wrap : disabled
Horizontal Spacing : 0
Vertical Spacing : 0
Events
Touch Press Event
pageIcons.tTmp1.txt=tHeading.txt
pageIcons.tTmp2.txt=entn.txt
page popupThermo
Hotspot mSwipeNext
Attributes
ID : 34
@@ -1780,6 +1818,15 @@ Timer tmSerial
vis bDown2,1
vis tCF2,1
}
//Show btDetail
spstr strCommand.txt,tTmp.txt,"~",47
if(tTmp.txt=="1")
{
vis btDetail,1
}else
{
vis btDetail,0
}
}
if(tInstruction.txt=="pageType")
{

View File

@@ -54,17 +54,21 @@ screensaver
38 Component(s)
338 Line(s) of event code
262 Unique line(s) of event code
cardThermo
52 Component(s)
585 Line(s) of event code
306 Unique line(s) of event code
popupThermo
44 Component(s)
515 Line(s) of event code
272 Unique line(s) of event code
cardEntities
65 Component(s)
1137 Line(s) of event code
522 Unique line(s) of event code
cardThermo
53 Component(s)
596 Line(s) of event code
313 Unique line(s) of event code
Total
15 Page(s)
484 Component(s)
5766 Line(s) of event code
1561 Unique line(s) of event code
16 Page(s)
529 Component(s)
6292 Line(s) of event code
1670 Unique line(s) of event code

File diff suppressed because it is too large Load Diff