mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-21 05:34:45 +01:00
committed by
github-actions[bot]
parent
bdc2f1ebb7
commit
a7d7d90a4d
@@ -16,4 +16,5 @@ Program.s
|
||||
int defaultBcoColor=6371
|
||||
// fix touch offset
|
||||
lcd_dev fffb 0002 0000 0020
|
||||
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
|
||||
page pageStartup
|
||||
|
||||
@@ -149,7 +149,7 @@ Variable (string) vaQR
|
||||
ID : 31
|
||||
Scope : local
|
||||
Text :
|
||||
Max. Text Size: 80
|
||||
Max. Text Size: 70
|
||||
|
||||
Text tEntity1
|
||||
Attributes
|
||||
@@ -907,11 +907,11 @@ Timer tmSerial
|
||||
{
|
||||
if(type1.txt=="delete"||type1.txt=="")
|
||||
{
|
||||
qrcode m1.x,m1.y,200,defaultBcoColor,65535,-1,vaQR.txt
|
||||
qrcode m1.x,m1.y,200,65535,defaultBcoColor,-1,vaQR.txt
|
||||
}
|
||||
}else
|
||||
{
|
||||
qrcode m0.x,m0.y,200,defaultBcoColor,65535,-1,vaQR.txt
|
||||
qrcode m0.x,m0.y,200,65535,defaultBcoColor,-1,vaQR.txt
|
||||
}
|
||||
}
|
||||
if(tInstruction.txt=="time")
|
||||
|
||||
@@ -1,15 +1,23 @@
|
||||
Program.s
|
||||
0 Component(s)
|
||||
13 Line(s) of event code
|
||||
13 Unique line(s) of event code
|
||||
14 Line(s) of event code
|
||||
14 Unique line(s) of event code
|
||||
pageIcons
|
||||
7 Component(s)
|
||||
0 Line(s) of event code
|
||||
0 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
263 Line(s) of event code
|
||||
170 Unique line(s) of event code
|
||||
popupThermo
|
||||
44 Component(s)
|
||||
519 Line(s) of event code
|
||||
274 Unique line(s) of event code
|
||||
cardQR
|
||||
34 Component(s)
|
||||
406 Line(s) of event code
|
||||
236 Unique line(s) of event code
|
||||
pageStartup
|
||||
20 Component(s)
|
||||
189 Line(s) of event code
|
||||
@@ -18,10 +26,6 @@ cardChart
|
||||
33 Component(s)
|
||||
433 Line(s) of event code
|
||||
294 Unique line(s) of event code
|
||||
popupNotify
|
||||
19 Component(s)
|
||||
261 Line(s) of event code
|
||||
168 Unique line(s) of event code
|
||||
pageTest
|
||||
26 Component(s)
|
||||
68 Line(s) of event code
|
||||
@@ -46,10 +50,6 @@ cardThermo
|
||||
57 Component(s)
|
||||
536 Line(s) of event code
|
||||
317 Unique line(s) of event code
|
||||
cardQR
|
||||
34 Component(s)
|
||||
406 Line(s) of event code
|
||||
236 Unique line(s) of event code
|
||||
popupInSel
|
||||
34 Component(s)
|
||||
617 Line(s) of event code
|
||||
@@ -90,5 +90,5 @@ screensaver2
|
||||
Total
|
||||
21 Page(s)
|
||||
802 Component(s)
|
||||
9246 Line(s) of event code
|
||||
2341 Unique line(s) of event code
|
||||
9249 Line(s) of event code
|
||||
2342 Unique line(s) of event code
|
||||
|
||||
@@ -27,6 +27,8 @@ Page popupNotify
|
||||
vis tTmp,0
|
||||
vis tInstruction,0
|
||||
vis tId,0
|
||||
vis b1,0
|
||||
vis b2,0
|
||||
popupNotify.bco=defaultBcoColor
|
||||
tHeading.bco=defaultBcoColor
|
||||
b0.bco=defaultBcoColor
|
||||
|
||||
Reference in New Issue
Block a user