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

@@ -17,7 +17,7 @@ Page cardEntities
//remove background & activate reparse mode
vis p0,0
recmod=1
bauds=115200
baud=115200
//debug stuff
vis tTmp,0
vis tSend,0

View File

@@ -16,7 +16,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
@@ -258,6 +258,10 @@ Button bEntity1
{
page popupShutter
}
if(type1.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -295,6 +299,10 @@ Button bEntity2
{
page popupShutter
}
if(type2.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -332,6 +340,10 @@ Button bEntity3
{
page popupShutter
}
if(type3.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -369,6 +381,10 @@ Button bEntity4
{
page popupShutter
}
if(type4.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -406,6 +422,10 @@ Button bEntity5
{
page popupShutter
}
if(type5.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -443,6 +463,10 @@ Button bEntity6
{
page popupShutter
}
if(type6.txt=="input_sel")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -589,10 +613,6 @@ Timer tmLP
{
page popupFan
}
if(tTmp.txt=="input_sel")
{
page popupInSel
}
Timer tmSerial
Attributes

View File

@@ -14,7 +14,7 @@ Page pageTest
Preinitialize Event
vis p0,0
recmod=1
bauds=115200
baud=115200
Variable (string) strCommand
Attributes

View File

@@ -13,7 +13,7 @@ Page screensaver
Events
Preinitialize Event
recmod=1
bauds=115200
baud=115200
vis tInstruction,0
vis tTmp,0
vis p0,0