mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-21 05:34:45 +01:00
fix alt bg color (add nextion2text)
This commit is contained in:
committed by
github-actions[bot]
parent
4e4f08ecce
commit
1e0fe0ee8d
@@ -48,7 +48,7 @@ Page cardGrid2
|
||||
vis bPrev,0
|
||||
vis bNext,0
|
||||
cardGrid2.bco=defaultBcoColor
|
||||
for(sys0=0;sys0<42;sys0++)
|
||||
for(sys0=0;sys0<48;sys0++)
|
||||
{
|
||||
if(b[sys0].type==98||b[sys0].type==116)
|
||||
{
|
||||
|
||||
@@ -62,6 +62,10 @@ screensaver
|
||||
46 Component(s)
|
||||
435 Line(s) of event code
|
||||
309 Unique line(s) of event code
|
||||
cardGrid2
|
||||
52 Component(s)
|
||||
611 Line(s) of event code
|
||||
319 Unique line(s) of event code
|
||||
cardLChart
|
||||
33 Component(s)
|
||||
402 Line(s) of event code
|
||||
@@ -78,10 +82,6 @@ screensaver2
|
||||
58 Component(s)
|
||||
348 Line(s) of event code
|
||||
245 Unique line(s) of event code
|
||||
cardGrid2
|
||||
52 Component(s)
|
||||
611 Line(s) of event code
|
||||
319 Unique line(s) of event code
|
||||
cardPower
|
||||
54 Component(s)
|
||||
527 Line(s) of event code
|
||||
@@ -95,4 +95,4 @@ Total
|
||||
22 Page(s)
|
||||
847 Component(s)
|
||||
9920 Line(s) of event code
|
||||
2359 Unique line(s) of event code
|
||||
2360 Unique line(s) of event code
|
||||
|
||||
@@ -40,7 +40,7 @@ Page cardGrid2
|
||||
vis bPrev,0
|
||||
vis bNext,0
|
||||
cardGrid2.bco=defaultBcoColor
|
||||
for(sys0=0;sys0<42;sys0++)
|
||||
for(sys0=0;sys0<48;sys0++)
|
||||
{
|
||||
if(b[sys0].type==98||b[sys0].type==116)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user