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 : 267
y coordinate : 306
Width : 50
Height : 50
Effect : load
Effect Priority : 0
Effect Time : 300
Fill : solid color
Style : flat
Font ID : 1
Back. Color (Unpressed) : 6371
Back. Picture ID (Pressed) : 65535
Back. Color (Pressed) : 6371
Font Color (Unpressed) : 50712
Font Color (Pressed) : 64512
Horizontal Alignment : center
Vertical Alignment : center
State : unpressed
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 : 49
@@ -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")
{