implement #471 (add nextion2text)

This commit is contained in:
joBr99
2022-09-17 19:57:29 +00:00
committed by github-actions[bot]
parent 673f4c20da
commit cd1fecd9f2
36 changed files with 282 additions and 86 deletions

View File

@@ -1912,6 +1912,7 @@ Hotspot m2
Touch Press Event
pageIcons.tTmp1.txt=tEntity3.txt
pageIcons.tTmp2.txt=entn3.txt
pageIcons.tTmp3.txt=tIcon3.txt
if(type3.txt=="shutter")
{
//popupShutter.tHeading.txt=tEntity3.txt
@@ -1947,6 +1948,7 @@ Hotspot m1
Touch Press Event
pageIcons.tTmp1.txt=tEntity2.txt
pageIcons.tTmp2.txt=entn2.txt
pageIcons.tTmp3.txt=tIcon2.txt
if(type2.txt=="shutter")
{
//popupShutter.tHeading.txt=tEntity2.txt
@@ -1982,6 +1984,7 @@ Hotspot m0
Touch Press Event
pageIcons.tTmp1.txt=tEntity1.txt
pageIcons.tTmp2.txt=entn1.txt
pageIcons.tTmp3.txt=tIcon1.txt
if(type1.txt=="shutter")
{
//popupShutter.tHeading.txt=tEntity1.txt
@@ -2017,6 +2020,7 @@ Hotspot m3
Touch Press Event
pageIcons.tTmp1.txt=tEntity4.txt
pageIcons.tTmp2.txt=entn4.txt
pageIcons.tTmp3.txt=tIcon4.txt
if(type4.txt=="shutter")
{
//popupShutter.tHeading.txt=tEntity4.txt

View File

@@ -608,6 +608,7 @@ Button bEntity1
tTmp.txt=type1.txt
pageIcons.tTmp1.txt=tEntity1.txt
pageIcons.tTmp2.txt=entn1.txt
pageIcons.tTmp3.txt=bEntity1.txt
if(type1.txt=="shutter")
{
page popupShutter
@@ -636,7 +637,7 @@ Button bEntity2
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 153
x coordinate : 152
y coordinate : 75
Width : 140
Height : 80
@@ -666,6 +667,7 @@ Button bEntity2
tTmp.txt=type2.txt
pageIcons.tTmp1.txt=tEntity2.txt
pageIcons.tTmp2.txt=entn2.txt
pageIcons.tTmp3.txt=bEntity2.txt
if(type2.txt=="shutter")
{
page popupShutter
@@ -724,6 +726,7 @@ Button bEntity3
tTmp.txt=type3.txt
pageIcons.tTmp1.txt=tEntity3.txt
pageIcons.tTmp2.txt=entn3.txt
pageIcons.tTmp3.txt=bEntity3.txt
if(type3.txt=="shutter")
{
page popupShutter
@@ -782,6 +785,7 @@ Button bEntity4
tTmp.txt=type4.txt
pageIcons.tTmp1.txt=tEntity4.txt
pageIcons.tTmp2.txt=entn4.txt
pageIcons.tTmp3.txt=bEntity4.txt
if(type4.txt=="shutter")
{
page popupShutter
@@ -840,6 +844,7 @@ Button bEntity5
tTmp.txt=type5.txt
pageIcons.tTmp1.txt=tEntity5.txt
pageIcons.tTmp2.txt=entn5.txt
pageIcons.tTmp3.txt=bEntity5.txt
if(type5.txt=="shutter")
{
page popupShutter
@@ -898,6 +903,7 @@ Button bEntity6
tTmp.txt=type6.txt
pageIcons.tTmp1.txt=tEntity6.txt
pageIcons.tTmp2.txt=entn6.txt
pageIcons.tTmp3.txt=bEntity6.txt
if(type6.txt=="shutter")
{
page popupShutter

View File

@@ -3,7 +3,7 @@ Program.s
13 Line(s) of event code
13 Unique line(s) of event code
pageIcons
6 Component(s)
7 Component(s)
0 Line(s) of event code
0 Unique line(s) of event code
popupFan
@@ -18,18 +18,18 @@ pageStartup
19 Component(s)
167 Line(s) of event code
122 Unique line(s) of event code
popupShutter
25 Component(s)
388 Line(s) of event code
211 Unique line(s) of event code
popupLight
27 Component(s)
386 Line(s) of event code
211 Unique line(s) of event code
cardGrid
42 Component(s)
463 Line(s) of event code
272 Unique line(s) of event code
469 Line(s) of event code
278 Unique line(s) of event code
popupLight
27 Component(s)
387 Line(s) of event code
212 Unique line(s) of event code
popupShutter
25 Component(s)
389 Line(s) of event code
212 Unique line(s) of event code
cardMedia
34 Component(s)
389 Line(s) of event code
@@ -60,11 +60,11 @@ cardThermo
303 Unique line(s) of event code
cardEntities
65 Component(s)
1128 Line(s) of event code
515 Unique line(s) of event code
1132 Line(s) of event code
519 Unique line(s) of event code
Total
15 Page(s)
492 Component(s)
5701 Line(s) of event code
1546 Unique line(s) of event code
493 Component(s)
5713 Line(s) of event code
1557 Unique line(s) of event code

View File

@@ -92,6 +92,36 @@ Text tTmp2
Horizontal Spacing : 0
Vertical Spacing : 0
Text tTmp3
Attributes
ID : 6
Scope : global
Dragging : 0
Disable release event after dragging: 0
Send Component ID : disabled
Opacity : 127
x coordinate : 302
y coordinate : 154
Width : 146
Height : 69
Effect : load
Effect Priority : 0
Effect Time : 300
Fill : solid color
Style : flat
Associated Keyboard : none
Font ID : 1
Back. Color : 65535
Font Color : 0
Horizontal Alignment : center
Vertical Alignment : center
Input Type : character
Text :
Max. Text Size : 10
Word wrap : disabled
Horizontal Spacing : 0
Vertical Spacing : 0
Picture p0
Attributes
ID : 1

View File

@@ -25,6 +25,7 @@ Page popupLight
tEntity.txt=pageIcons.tTmp1.txt
//get entity id
entn.txt=pageIcons.tTmp2.txt
tIcon1.txt=pageIcons.tTmp3.txt
vis p0,0
vis tSend,0
vis tTmp,0

View File

@@ -25,6 +25,7 @@ Page popupShutter
tEntity.txt=pageIcons.tTmp1.txt
//get entity id
entn.txt=pageIcons.tTmp2.txt
tIcon1.txt=pageIcons.tTmp3.txt
vis p0,0
vis tSend,0
vis tPosHeading,0