add speaker selection (add nextion2text)

This commit is contained in:
joBr99
2022-12-08 22:30:25 +00:00
committed by github-actions[bot]
parent c98a09814e
commit 8414c07163
6 changed files with 128 additions and 28 deletions

View File

@@ -554,6 +554,10 @@ Button bEntity2
{
page popupInSel
}
if(type2.txt=="media_pl")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -595,6 +599,10 @@ Button bEntity3
{
page popupInSel
}
if(type3.txt=="media_pl")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -636,6 +644,10 @@ Button bEntity4
{
page popupInSel
}
if(type4.txt=="media_pl")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -677,6 +689,10 @@ Button bEntity5
{
page popupInSel
}
if(type5.txt=="media_pl")
{
page popupInSel
}
Touch Release Event
tmLP.en=0
@@ -714,7 +730,11 @@ Button bEntity6
{
page popupShutter
}
if(type6.txt=="input_sel")
if(entn.txt=="input_sel")
{
page popupInSel
}
if(type6.txt=="media_pl")
{
page popupInSel
}