add popup page for input_select (add nextion2text)

This commit is contained in:
joBr99
2022-10-25 17:08:39 +00:00
committed by github-actions[bot]
parent b9c50001af
commit a8746d935d
24 changed files with 6734 additions and 84 deletions

View File

@@ -2317,6 +2317,10 @@ Hotspot m2
{
page popupFan
}
if(type3.txt=="input_sel")
{
page popupInSel
}
Hotspot m1
Attributes
@@ -2353,6 +2357,10 @@ Hotspot m1
{
page popupFan
}
if(type2.txt=="input_sel")
{
page popupInSel
}
Hotspot m0
Attributes
@@ -2389,6 +2397,10 @@ Hotspot m0
{
page popupFan
}
if(type1.txt=="input_sel")
{
page popupInSel
}
Hotspot m3
Attributes
@@ -2425,6 +2437,10 @@ Hotspot m3
{
page popupFan
}
if(type4.txt=="input_sel")
{
page popupInSel
}
Hotspot m4
Attributes
@@ -2461,6 +2477,10 @@ Hotspot m4
{
page popupFan
}
if(type5.txt=="input_sel")
{
page popupInSel
}
Hotspot mSwipeNext
Attributes
@@ -2721,7 +2741,7 @@ Timer tmSerial
// get Text (optional Value)
spstr strCommand.txt,bText1.txt,"~",8
}
if(type1.txt=="button")
if(type1.txt=="button"||type1.txt=="input_sel")
{
vis bUp1,0
vis bStop1,0
@@ -2870,7 +2890,7 @@ Timer tmSerial
// get Text (optional Value)
spstr strCommand.txt,bText2.txt,"~",14
}
if(type2.txt=="button")
if(type2.txt=="button"||type2.txt=="input_sel")
{
vis bUp2,0
vis bStop2,0
@@ -3019,7 +3039,7 @@ Timer tmSerial
// get Text (optional Value)
spstr strCommand.txt,bText3.txt,"~",20
}
if(type3.txt=="button")
if(type3.txt=="button"||type3.txt=="input_sel")
{
vis bUp3,0
vis bStop3,0
@@ -3168,7 +3188,7 @@ Timer tmSerial
// get Text (optional Value)
spstr strCommand.txt,bText4.txt,"~",26
}
if(type4.txt=="button")
if(type4.txt=="button"||type4.txt=="input_sel")
{
vis bUp4,0
vis bStop4,0
@@ -3317,7 +3337,7 @@ Timer tmSerial
// get Text (optional Value)
spstr strCommand.txt,bText5.txt,"~",32
}
if(type5.txt=="button")
if(type5.txt=="button"||type5.txt=="input_sel")
{
vis bUp5,0
vis bStop5,0

View File

@@ -1391,6 +1391,10 @@ Timer tmLP
{
page popupFan
}
if(tTmp.txt=="input_sel")
{
page popupInSel
}
TouchCap tc0
Attributes

View File

@@ -26,10 +26,10 @@ pageStartup
19 Component(s)
172 Line(s) of event code
125 Unique line(s) of event code
cardGrid
42 Component(s)
474 Line(s) of event code
281 Unique line(s) of event code
popupInSel
34 Component(s)
476 Line(s) of event code
222 Unique line(s) of event code
cardQR
32 Component(s)
409 Line(s) of event code
@@ -50,6 +50,10 @@ popupFan
27 Component(s)
347 Line(s) of event code
202 Unique line(s) of event code
cardGrid
42 Component(s)
478 Line(s) of event code
283 Unique line(s) of event code
cardAlarm
40 Component(s)
427 Line(s) of event code
@@ -58,17 +62,17 @@ cardThermo
53 Component(s)
596 Line(s) of event code
313 Unique line(s) of event code
cardEntities
77 Component(s)
1359 Line(s) of event code
608 Unique line(s) of event code
popupThermo
44 Component(s)
515 Line(s) of event code
272 Unique line(s) of event code
cardEntities
77 Component(s)
1379 Line(s) of event code
614 Unique line(s) of event code
Total
16 Page(s)
541 Component(s)
6530 Line(s) of event code
1750 Unique line(s) of event code
17 Page(s)
575 Component(s)
7030 Line(s) of event code
1811 Unique line(s) of event code

File diff suppressed because it is too large Load Diff