Align nspanel_us_land
Apply all changes from EU to US_Land
This commit is contained in:
BIN
nspanel_us.HMI
BIN
nspanel_us.HMI
Binary file not shown.
@@ -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.
@@ -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
|
||||
|
||||
@@ -13,7 +13,7 @@ Page notification
|
||||
Events
|
||||
Preinitialize Event
|
||||
dim=home.brightness.val
|
||||
if(home.api.val==0)
|
||||
if(api==0)
|
||||
{
|
||||
page home
|
||||
}else
|
||||
|
||||
@@ -13,7 +13,7 @@ Page qrcode
|
||||
Events
|
||||
Preinitialize Event
|
||||
dim=home.brightness.val
|
||||
if(home.api.val==0)
|
||||
if(api==0)
|
||||
{
|
||||
page home
|
||||
}else
|
||||
|
||||
Reference in New Issue
Block a user