open select popup on cardGird direct (add nextion2text)

This commit is contained in:
joBr99
2022-11-30 16:01:16 +00:00
committed by github-actions[bot]
parent 3bc42a9d0f
commit a70494b355
26 changed files with 327 additions and 95 deletions

View File

@@ -24,7 +24,7 @@ Page cardGrid
//remove background & activate reparse mode
vis p0,0
recmod=1
bauds=115200
baud=115200
//debug stuff
vis tTmp,0
vis tSend,0
@@ -512,6 +512,10 @@ Button bEntity1
{
page popupShutter
}
if(type1.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -571,6 +575,10 @@ Button bEntity2
{
page popupShutter
}
if(type2.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -630,6 +638,10 @@ Button bEntity3
{
page popupShutter
}
if(type3.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -689,6 +701,10 @@ Button bEntity4
{
page popupShutter
}
if(type4.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -748,6 +764,10 @@ Button bEntity5
{
page popupShutter
}
if(type5.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -807,6 +827,10 @@ Button bEntity6
{
page popupShutter
}
if(type6.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -1034,10 +1058,6 @@ Timer tmLP
{
page popupFan
}
if(tTmp.txt=="input_sel")
{
page popupInSel
}
Timer tmSerial
Attributes