Files
NSPanel_HA_Blueprint/hmi/dev/nspanel_blank_code/blank.txt
2024-03-14 22:38:22 +01:00

219 lines
5.1 KiB
Plaintext

Page blank
Attributes
ID : 0
Scope : local
Dragging : 0
Send Component ID : on press and release
Locked : no
Swide up page ID : disabled
Swide down page ID : disabled
Swide left page ID : disabled
Swide right page ID: disabled
Events
Preinitialize Event
printh 92
prints "current_page",0
printh 00
prints "blank",0
printh 00
printh FF FF FF
dim=100
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
Touch Press Event
dim=100
tm0.en=1
Touch Release Event
dim=100
tm0.en=1
Variable (int32) counter
Attributes
ID : 9
Scope: local
Value: 0
Variable (string) aux1
Attributes
ID : 10
Scope : local
Text :
Max. Text Size: 10
Text file_name
Attributes
ID : 4
Scope : local
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : nspanel_blank.tft
Max. Text Size : 20
Events
Touch Press Event
dim=100
tm0.en=1
Touch Release Event
dim=100
tm0.en=1
Text baud_rate
Attributes
ID : 5
Scope : local
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 20
Events
Touch Press Event
dim=100
tm0.en=1
Touch Release Event
dim=100
tm0.en=1
Text tft_version
Attributes
ID : 6
Scope : local
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : TFT: v2024.3.0
Max. Text Size : 20
Events
Touch Press Event
dim=100
tm0.en=1
Touch Release Event
dim=100
tm0.en=1
Text framework
Attributes
ID : 7
Scope : local
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 20
Events
Touch Press Event
dim=100
tm0.en=1
Touch Release Event
dim=100
tm0.en=1
Text esp_version
Attributes
ID : 8
Scope : local
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : ESP: Waiting...
Max. Text Size : 20
Events
Touch Press Event
dim=100
tm0.en=1
Touch Release Event
dim=100
tm0.en=1
QR Code qr0
Attributes
ID : 1
Scope : local
Dragging : 0
Send Component ID: on press and release
Text : https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/nspanel_blank.md#what-to-do-after-installing-nspanel_blanktft
Max. Text Size : 150
Events
Touch Press Event
dim=100
tm0.en=1
Touch Release Event
dim=100
tm0.en=1
Timer tm0
Attributes
ID : 2
Scope : local
Period (ms): 65500
Enabled : yes
Events
Timer Event
if(dim>50)
{
dim=50
}else if(dim>25)
{
dim=25
}else if(dim>10)
{
dim=10
}else
{
dim=0
tm0.en=0
}
Timer tm_esphome
Attributes
ID : 3
Scope : local
Period (ms): 30000
Enabled : yes
Events
Timer Event
counter.val++
if(counter.val>60)
{
rest
}
printh 92
prints "current_page",0
printh 00
prints "blank",0
printh 00
printh FF FF FF
printh 91
prints "display_mode",0
printh 00
prints display_mode,0
printh FF FF FF
printh 92
prints "tft_version",0
printh 00
prints tft_version.txt,0
printh 00
printh FF FF FF
covx counter.val,aux1.txt,0,0
esp_version.txt="ESP: Retry #"+aux1.txt
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"