mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-20 14:37:01 +01:00
Merge branch 'main' of github.com:joBr99/nspanel-lovelace-ui (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
64ed90e8a6
commit
3cb291301f
@@ -13,25 +13,6 @@
|
|||||||
│ - // fix touch offset
|
│ - // fix touch offset
|
||||||
│ - lcd_dev fffb 0002 0000 0020
|
│ - lcd_dev fffb 0002 0000 0020
|
||||||
│ - page pageStartup
|
│ - page pageStartup
|
||||||
│ --- HMI/n2t-out/cardAlarm.txt
|
|
||||||
├── +++ HMI/US/landscape/n2t-out/cardAlarm.txt
|
|
||||||
│ @@ -39,15 +39,15 @@
|
|
||||||
│ vis bNext,0
|
|
||||||
│ cardAlarm.bco=defaultBcoColor
|
|
||||||
│ for(sys0=0;sys0<40;sys0++)
|
|
||||||
│ {
|
|
||||||
│ if(b[sys0].type==98||b[sys0].type==116)
|
|
||||||
│ {
|
|
||||||
│ b[sys0].bco=defaultBcoColor
|
|
||||||
│ - //b[sys0].pco=defaultFontColor
|
|
||||||
│ + b[sys0].pco=defaultFontColor
|
|
||||||
│ }
|
|
||||||
│ }
|
|
||||||
│ if(defaultBcoColor==0)
|
|
||||||
│ {
|
|
||||||
│ tCode.bco=6371
|
|
||||||
│ tCode.pco=40179
|
|
||||||
│ }
|
|
||||||
│ --- HMI/n2t-out/pageStartup.txt
|
│ --- HMI/n2t-out/pageStartup.txt
|
||||||
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
|
├── +++ HMI/US/landscape/n2t-out/pageStartup.txt
|
||||||
│ @@ -173,15 +173,15 @@
|
│ @@ -173,15 +173,15 @@
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ Page cardAlarm
|
|||||||
if(b[sys0].type==98||b[sys0].type==116)
|
if(b[sys0].type==98||b[sys0].type==116)
|
||||||
{
|
{
|
||||||
b[sys0].bco=defaultBcoColor
|
b[sys0].bco=defaultBcoColor
|
||||||
b[sys0].pco=defaultFontColor
|
//b[sys0].pco=defaultFontColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(defaultBcoColor==0)
|
if(defaultBcoColor==0)
|
||||||
|
|||||||
@@ -54,14 +54,14 @@ screensaver
|
|||||||
45 Component(s)
|
45 Component(s)
|
||||||
410 Line(s) of event code
|
410 Line(s) of event code
|
||||||
298 Unique line(s) of event code
|
298 Unique line(s) of event code
|
||||||
|
cardAlarm
|
||||||
|
40 Component(s)
|
||||||
|
442 Line(s) of event code
|
||||||
|
262 Unique line(s) of event code
|
||||||
cardPower
|
cardPower
|
||||||
43 Component(s)
|
43 Component(s)
|
||||||
439 Line(s) of event code
|
439 Line(s) of event code
|
||||||
299 Unique line(s) of event code
|
299 Unique line(s) of event code
|
||||||
cardAlarm
|
|
||||||
40 Component(s)
|
|
||||||
443 Line(s) of event code
|
|
||||||
263 Unique line(s) of event code
|
|
||||||
popupThermo
|
popupThermo
|
||||||
44 Component(s)
|
44 Component(s)
|
||||||
519 Line(s) of event code
|
519 Line(s) of event code
|
||||||
@@ -82,5 +82,5 @@ cardThermo
|
|||||||
Total
|
Total
|
||||||
19 Page(s)
|
19 Page(s)
|
||||||
670 Component(s)
|
670 Component(s)
|
||||||
8376 Line(s) of event code
|
8375 Line(s) of event code
|
||||||
2116 Unique line(s) of event code
|
2116 Unique line(s) of event code
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ Page cardAlarm
|
|||||||
if(b[sys0].type==98||b[sys0].type==116)
|
if(b[sys0].type==98||b[sys0].type==116)
|
||||||
{
|
{
|
||||||
b[sys0].bco=defaultBcoColor
|
b[sys0].bco=defaultBcoColor
|
||||||
b[sys0].pco=defaultFontColor
|
//b[sys0].pco=defaultFontColor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(defaultBcoColor==0)
|
if(defaultBcoColor==0)
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -252,7 +252,7 @@ Button bNext
|
|||||||
Scope : local
|
Scope : local
|
||||||
Dragging : 0
|
Dragging : 0
|
||||||
Disable release event after dragging: 0
|
Disable release event after dragging: 0
|
||||||
Send Component ID : disabled
|
Send Component ID : on press
|
||||||
Opacity : 127
|
Opacity : 127
|
||||||
x coordinate : 262
|
x coordinate : 262
|
||||||
y coordinate : 16
|
y coordinate : 16
|
||||||
@@ -280,7 +280,7 @@ Button bNext
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
tSend.txt="event,buttonPress2,cardPower,"
|
tSend.txt="event,buttonPress2,cardChart,"
|
||||||
if(bNext.txt=="î")
|
if(bNext.txt=="î")
|
||||||
{
|
{
|
||||||
tSend.txt+="bHome"
|
tSend.txt+="bHome"
|
||||||
@@ -334,7 +334,7 @@ Button bPrev
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
tSend.txt="event,buttonPress2,cardAlarm,"
|
tSend.txt="event,buttonPress2,cardChart,"
|
||||||
if(bPrev.txt=="î¶")
|
if(bPrev.txt=="î¶")
|
||||||
{
|
{
|
||||||
tSend.txt+="bUp"
|
tSend.txt+="bUp"
|
||||||
@@ -445,26 +445,6 @@ Hotspot m0
|
|||||||
vaLast.val=-1
|
vaLast.val=-1
|
||||||
}
|
}
|
||||||
|
|
||||||
Hotspot m1
|
|
||||||
Attributes
|
|
||||||
ID : 30
|
|
||||||
Scope : local
|
|
||||||
Dragging : 0
|
|
||||||
Disable release event after dragging: 0
|
|
||||||
Send Component ID : disabled
|
|
||||||
Opacity : 127
|
|
||||||
x coordinate : 0
|
|
||||||
y coordinate : 5
|
|
||||||
Width : 9
|
|
||||||
Height : 310
|
|
||||||
Effect : load
|
|
||||||
Effect Priority : 0
|
|
||||||
Effect Time : 300
|
|
||||||
|
|
||||||
Events
|
|
||||||
Touch Press Event
|
|
||||||
click bPrev,1
|
|
||||||
|
|
||||||
Hotspot mSwipeNext
|
Hotspot mSwipeNext
|
||||||
Attributes
|
Attributes
|
||||||
ID : 29
|
ID : 29
|
||||||
@@ -507,7 +487,7 @@ Hotspot mSwipePrev
|
|||||||
|
|
||||||
Hotspot mSwipeUp
|
Hotspot mSwipeUp
|
||||||
Attributes
|
Attributes
|
||||||
ID : 31
|
ID : 30
|
||||||
Scope : local
|
Scope : local
|
||||||
Dragging : 0
|
Dragging : 0
|
||||||
Disable release event after dragging: 0
|
Disable release event after dragging: 0
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -23,17 +23,13 @@ popupFan
|
|||||||
351 Line(s) of event code
|
351 Line(s) of event code
|
||||||
204 Unique line(s) of event code
|
204 Unique line(s) of event code
|
||||||
cardChart
|
cardChart
|
||||||
32 Component(s)
|
31 Component(s)
|
||||||
453 Line(s) of event code
|
452 Line(s) of event code
|
||||||
297 Unique line(s) of event code
|
296 Unique line(s) of event code
|
||||||
pageStartup
|
pageStartup
|
||||||
19 Component(s)
|
19 Component(s)
|
||||||
181 Line(s) of event code
|
181 Line(s) of event code
|
||||||
129 Unique line(s) of event code
|
129 Unique line(s) of event code
|
||||||
cardPower
|
|
||||||
43 Component(s)
|
|
||||||
439 Line(s) of event code
|
|
||||||
299 Unique line(s) of event code
|
|
||||||
popupShutter
|
popupShutter
|
||||||
25 Component(s)
|
25 Component(s)
|
||||||
398 Line(s) of event code
|
398 Line(s) of event code
|
||||||
@@ -42,6 +38,10 @@ popupThermo
|
|||||||
44 Component(s)
|
44 Component(s)
|
||||||
519 Line(s) of event code
|
519 Line(s) of event code
|
||||||
274 Unique line(s) of event code
|
274 Unique line(s) of event code
|
||||||
|
cardPower
|
||||||
|
43 Component(s)
|
||||||
|
439 Line(s) of event code
|
||||||
|
299 Unique line(s) of event code
|
||||||
cardGrid
|
cardGrid
|
||||||
42 Component(s)
|
42 Component(s)
|
||||||
518 Line(s) of event code
|
518 Line(s) of event code
|
||||||
@@ -76,11 +76,11 @@ cardAlarm
|
|||||||
262 Unique line(s) of event code
|
262 Unique line(s) of event code
|
||||||
cardEntities
|
cardEntities
|
||||||
89 Component(s)
|
89 Component(s)
|
||||||
2583 Line(s) of event code
|
1636 Line(s) of event code
|
||||||
692 Unique line(s) of event code
|
701 Unique line(s) of event code
|
||||||
|
|
||||||
Total
|
Total
|
||||||
19 Page(s)
|
19 Page(s)
|
||||||
694 Component(s)
|
693 Component(s)
|
||||||
9754 Line(s) of event code
|
8806 Line(s) of event code
|
||||||
2255 Unique line(s) of event code
|
2252 Unique line(s) of event code
|
||||||
|
|||||||
@@ -172,14 +172,14 @@ Button bNext
|
|||||||
Scope : local
|
Scope : local
|
||||||
Dragging : 0
|
Dragging : 0
|
||||||
Disable release event after dragging: 0
|
Disable release event after dragging: 0
|
||||||
Send Component ID : disabled
|
Send Component ID : on press
|
||||||
State : unpressed
|
State : unpressed
|
||||||
Text : î³
|
Text : î³
|
||||||
Max. Text Size : 10
|
Max. Text Size : 10
|
||||||
|
|
||||||
Events
|
Events
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
tSend.txt="event,buttonPress2,cardPower,"
|
tSend.txt="event,buttonPress2,cardChart,"
|
||||||
if(bNext.txt=="î")
|
if(bNext.txt=="î")
|
||||||
{
|
{
|
||||||
tSend.txt+="bHome"
|
tSend.txt+="bHome"
|
||||||
@@ -211,7 +211,7 @@ Button bPrev
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
tSend.txt="event,buttonPress2,cardAlarm,"
|
tSend.txt="event,buttonPress2,cardChart,"
|
||||||
if(bPrev.txt=="î¶")
|
if(bPrev.txt=="î¶")
|
||||||
{
|
{
|
||||||
tSend.txt+="bUp"
|
tSend.txt+="bUp"
|
||||||
@@ -313,17 +313,6 @@ Hotspot m0
|
|||||||
vaLast.val=-1
|
vaLast.val=-1
|
||||||
}
|
}
|
||||||
|
|
||||||
Hotspot m1
|
|
||||||
Attributes
|
|
||||||
Scope : local
|
|
||||||
Dragging : 0
|
|
||||||
Disable release event after dragging: 0
|
|
||||||
Send Component ID : disabled
|
|
||||||
|
|
||||||
Events
|
|
||||||
Touch Press Event
|
|
||||||
click bPrev,1
|
|
||||||
|
|
||||||
Hotspot mSwipeNext
|
Hotspot mSwipeNext
|
||||||
Attributes
|
Attributes
|
||||||
Scope : local
|
Scope : local
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user