mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-22 22:18:38 +01:00
open select popup on cardGird direct (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
3bc42a9d0f
commit
a70494b355
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -14,7 +14,7 @@ Page pageTest
|
||||
Preinitialize Event
|
||||
vis p0,0
|
||||
recmod=1
|
||||
bauds=115200
|
||||
baud=115200
|
||||
|
||||
Variable (string) strCommand
|
||||
Attributes
|
||||
|
||||
@@ -13,7 +13,7 @@ Page screensaver
|
||||
Events
|
||||
Preinitialize Event
|
||||
recmod=1
|
||||
bauds=115200
|
||||
baud=115200
|
||||
vis tInstruction,0
|
||||
vis tTmp,0
|
||||
vis p0,0
|
||||
|
||||
Reference in New Issue
Block a user