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

@@ -783,6 +783,22 @@ Dual-state Button btDown
prints tSend.txt,0
prints crcval,2
Dual-state Button btDetail
Attributes
Scope : local
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
State : pressed
Text : 
Max. Text Size : 10
Events
Touch Press Event
pageIcons.tTmp1.txt=tHeading.txt
pageIcons.tTmp2.txt=entn.txt
page popupThermo
Hotspot mSwipeNext
Attributes
Scope : local
@@ -1082,6 +1098,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")
{