Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui (add nextion2text)

This commit is contained in:
joBr99
2022-12-19 15:04:45 +00:00
committed by github-actions[bot]
parent 8b1f80296b
commit e4adeb645a
22 changed files with 2893 additions and 1624 deletions

View File

@@ -1304,6 +1304,10 @@ Timer tmSerial
{
page screensaver
}
if(tId.txt=="screensaver2")
{
page screensaver2
}
if(tId.txt=="cardEntities")
{
page cardEntities

View File

@@ -22,10 +22,10 @@ pageTest
20 Component(s)
65 Line(s) of event code
63 Unique line(s) of event code
pageStartup
19 Component(s)
181 Line(s) of event code
129 Unique line(s) of event code
screensaver
47 Component(s)
411 Line(s) of event code
299 Unique line(s) of event code
popupFan
27 Component(s)
351 Line(s) of event code
@@ -42,18 +42,18 @@ popupShutter
25 Component(s)
398 Line(s) of event code
218 Unique line(s) of event code
cardGrid
42 Component(s)
514 Line(s) of event code
293 Unique line(s) of event code
pageStartup
19 Component(s)
185 Line(s) of event code
131 Unique line(s) of event code
cardPower
43 Component(s)
439 Line(s) of event code
299 Unique line(s) of event code
screensaver
47 Component(s)
418 Line(s) of event code
302 Unique line(s) of event code
screensaver2
43 Component(s)
360 Line(s) of event code
253 Unique line(s) of event code
cardQR
32 Component(s)
425 Line(s) of event code
@@ -66,6 +66,10 @@ cardThermo
55 Component(s)
555 Line(s) of event code
322 Unique line(s) of event code
cardGrid
42 Component(s)
518 Line(s) of event code
295 Unique line(s) of event code
cardMedia
57 Component(s)
660 Line(s) of event code
@@ -76,7 +80,7 @@ cardEntities
532 Unique line(s) of event code
Total
18 Page(s)
635 Component(s)
7884 Line(s) of event code
2009 Unique line(s) of event code
19 Page(s)
678 Component(s)
8245 Line(s) of event code
2013 Unique line(s) of event code

View File

@@ -402,7 +402,7 @@ Text tVersion
Horizontal Alignment : center
Vertical Alignment : center
Input Type : character
Text : 45
Text : 46
Max. Text Size : 10
Word wrap : disabled
Horizontal Spacing : 0
@@ -613,6 +613,10 @@ Timer tmSerial
{
page screensaver
}
if(tId.txt=="screensaver2")
{
page screensaver2
}
if(tId.txt=="cardEntities")
{
page cardEntities

View File

@@ -158,16 +158,6 @@ Text m0
Horizontal Spacing : 0
Vertical Spacing : 0
Events
Touch Press Event
if(tDate.x==0)
{
vis m0,1
}else
{
vis m0,1
}
Text t10
Attributes
ID : 15

File diff suppressed because it is too large Load Diff