Align nspanel_us_land

Apply all changes from EU to US_Land
This commit is contained in:
Edward Firmo
2023-07-19 10:11:53 +02:00
parent 637b7b0477
commit 66e028f950
7 changed files with 6 additions and 5 deletions

Binary file not shown.

View File

@@ -13,7 +13,7 @@ Page notification
Events
Preinitialize Event
dim=home.brightness.val
if(home.api.val==0)
if(api==0)
{
page home
}else

Binary file not shown.

Binary file not shown.

View File

@@ -4,9 +4,10 @@ Program.s
int r=0,g=0,b=0
int h=0,s=0,v=0
int p=0,q=0,t=0,f=0
int api=0 // 0 = disconnected from HA, 1 = connected to HA
bauds=115200//Configure baudrat
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mod
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial pore
recmod=0//Serial data parsing mode:0-Passive mode;1-Active mode
printh 00 00 00 ff ff ff 88 ff ff ff//Output power on information to serial port
//lcd_dev fffb 0002 0000 0020// Fix touch offset for EU Version
printh 92
prints "nspanelevent",0

View File

@@ -13,7 +13,7 @@ Page notification
Events
Preinitialize Event
dim=home.brightness.val
if(home.api.val==0)
if(api==0)
{
page home
}else

View File

@@ -13,7 +13,7 @@ Page qrcode
Events
Preinitialize Event
dim=home.brightness.val
if(home.api.val==0)
if(api==0)
{
page home
}else