bump to v4.3.0b1

This commit is contained in:
Edward Firmo
2024-03-10 20:06:14 +01:00
parent 19ecf80f45
commit 0b6d8e0fd1
104 changed files with 88 additions and 193 deletions

View File

@@ -9,7 +9,7 @@ Program.s
int back_page_id=0
int dimdelta=0
int api=0 // 0 = disconnected from HA, 1 = connected to HA
int is_qrcode=0,is_notification=0,is_utilities=0
int is_utilities=0
int brightness=100,brightness_dim=40,brightness_sleep=0
int display_mode=1 // 1 = EU, 2 = US, 3 = US landscape, 4 = blank
int charset=2 // 1 = International (original), 2 = CJK

View File

@@ -24,8 +24,6 @@ Page alarm
vis bt_bypass,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -16,8 +16,6 @@ Page boot
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
vis unavailable,0
Postinitialize Event
sendme
Page Exit Event
@@ -103,7 +101,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : 4.3dev3
Text : 4.3.0b1
Max. Text Size : 9
Text esph_version

View File

@@ -35,8 +35,6 @@ Page buttonpage01
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage02
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage03
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage04
page_index.txt+="●"
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -33,8 +33,6 @@ Page climate
page home
}
vis unavailable,0
Postinitialize Event
sendme
Page Exit Event

View File

@@ -17,8 +17,6 @@ Page confirm
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) page_id

View File

@@ -17,8 +17,6 @@ Page cover
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) va1

View File

@@ -30,8 +30,6 @@ Page entitypage01
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage02
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage03
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage04
page_index.txt+="â—‹"
}
page_index.txt+="●"
Postinitialize Event
sendme
Text value01_label

View File

@@ -18,8 +18,6 @@ Page fan
}
vis unavailable,0
vis bt_oscillate,0
Postinitialize Event
sendme
Variable (string) fansetting

View File

@@ -20,8 +20,6 @@ Page home
{
vis bt_entities,0
}
vis bt_notific,is_notification
vis bt_qrcode,is_qrcode
vis bt_utilities,is_utilities
if(display_mode==3)
{
@@ -29,8 +27,6 @@ Page home
vis right_bt_text,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick
@@ -250,7 +246,7 @@ Text value01_icon
Text :
Max. Text Size : 3
Text value03
Text value04
Attributes
ID : 22
Scope : global
@@ -260,7 +256,7 @@ Text value03
Text :
Max. Text Size : 10
Text value03_icon
Text value04_icon
Attributes
ID : 23
Scope : global
@@ -355,7 +351,10 @@ Text bt_qrcode
Events
Touch Release Event
page qrcode
if(bt_qrcode.txt!="")
{
page qrcode
}
Text bt_entities
Attributes
@@ -629,6 +628,26 @@ Text bt_utilities
page utilities
}
Text value03_icon
Attributes
ID : 46
Scope : global
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 3
Text value03
Attributes
ID : 47
Scope : global
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 10
Picture weather
Attributes
ID : 7

View File

@@ -17,8 +17,6 @@ Page keyb_num
page page_id.val
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) page_id

View File

@@ -37,8 +37,6 @@ Page light
vis color_button,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) rgb565

View File

@@ -17,8 +17,6 @@ Page media_player
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -17,8 +17,6 @@ Page notification
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -13,8 +13,6 @@ Page qrcode
Events
Preinitialize Event
vis unavailable,0
Postinitialize Event
sendme
Text qrcode_label

View File

@@ -15,8 +15,6 @@ Page screensaver
vis text,0
dim=brightness_sleep
vis unavailable,0
Postinitialize Event
sendme
Touch Release Event

View File

@@ -19,8 +19,6 @@ Page settings
vis lbl_sleep,0
vis bt_sleep,0
vis unavailable,0
Postinitialize Event
sendme
Text bright_text

View File

@@ -20,8 +20,6 @@ Page utilities
vis title_icon,1
vis title,1
vis button_back,1
Postinitialize Event
sendme
Variable (int32) line_main_d

View File

@@ -17,8 +17,6 @@ Page weather01
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather02
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather03
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather04
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather05
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -9,7 +9,7 @@ Program.s
int back_page_id=0
int dimdelta=0
int api=0 // 0 = disconnected from HA, 1 = connected to HA
int is_qrcode=0,is_notification=0,is_utilities=0
int is_utilities=0
int brightness=100,brightness_dim=40,brightness_sleep=0
int display_mode=2 // 1 = EU, 2 = US, 3 = US landscape, 4 = blank
int charset=2 // 1 = International (original), 2 = CJK

View File

@@ -24,8 +24,6 @@ Page alarm
vis bt_bypass,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -16,8 +16,6 @@ Page boot
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
vis unavailable,0
Postinitialize Event
sendme
Page Exit Event
@@ -103,7 +101,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : 4.3dev3
Text : 4.3.0b1
Max. Text Size : 9
Events

View File

@@ -35,8 +35,6 @@ Page buttonpage01
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage02
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage03
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -22,8 +22,6 @@ Page buttonpage04
vis page_index,1
vis page_label,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -33,8 +33,6 @@ Page climate
page home
}
vis unavailable,0
Postinitialize Event
sendme
Page Exit Event

View File

@@ -17,8 +17,6 @@ Page confirm
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) page_id

View File

@@ -17,8 +17,6 @@ Page cover
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) va1

View File

@@ -30,8 +30,6 @@ Page entitypage01
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage02
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage03
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage04
page_index.txt+="â—‹"
}
page_index.txt+="●"
Postinitialize Event
sendme
Text value01_label

View File

@@ -18,8 +18,6 @@ Page fan
}
vis unavailable,0
vis bt_oscillate,0
Postinitialize Event
sendme
Variable (string) fansetting

View File

@@ -20,8 +20,6 @@ Page home
{
vis bt_entities,0
}
vis bt_notific,is_notification
vis bt_qrcode,is_qrcode
vis bt_utilities,is_utilities
if(display_mode==3)
{
@@ -29,8 +27,6 @@ Page home
vis right_bt_text,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick
@@ -355,7 +351,10 @@ Text bt_qrcode
Events
Touch Release Event
page qrcode
if(bt_qrcode.txt!="")
{
page qrcode
}
Text bt_entities
Attributes
@@ -629,6 +628,26 @@ Text bt_utilities
page utilities
}
Text value04_icon
Attributes
ID : 46
Scope : global
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 3
Text value04
Attributes
ID : 47
Scope : global
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 10
Picture weather
Attributes
ID : 7

View File

@@ -17,8 +17,6 @@ Page keyb_num
page page_id.val
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) page_id

View File

@@ -37,8 +37,6 @@ Page light
vis color_button,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) rgb565

View File

@@ -17,8 +17,6 @@ Page media_player
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -17,8 +17,6 @@ Page notification
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -13,8 +13,6 @@ Page qrcode
Events
Preinitialize Event
vis unavailable,0
Postinitialize Event
sendme
Text qrcode_label

View File

@@ -15,8 +15,6 @@ Page screensaver
vis text,0
dim=brightness_sleep
vis unavailable,0
Postinitialize Event
sendme
Touch Release Event

View File

@@ -19,8 +19,6 @@ Page settings
vis lbl_sleep,0
vis bt_sleep,0
vis unavailable,0
Postinitialize Event
sendme
Text bright_text

View File

@@ -20,8 +20,6 @@ Page utilities
vis title_icon,1
vis title,1
vis button_back,1
Postinitialize Event
sendme
Variable (int32) line_main_d

View File

@@ -17,8 +17,6 @@ Page weather01
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather02
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather03
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather04
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather05
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -9,7 +9,7 @@ Program.s
int back_page_id=0
int dimdelta=0
int api=0 // 0 = disconnected from HA, 1 = connected to HA
int is_qrcode=0,is_notification=0,is_utilities=0
int is_utilities=0
int brightness=100,brightness_dim=40,brightness_sleep=0
int display_mode=3 // 1 = EU, 2 = US, 3 = US landscape, 4 = blank
int charset=2 // 1 = International (original), 2 = CJK

View File

@@ -24,8 +24,6 @@ Page alarm
vis bt_bypass,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -16,8 +16,6 @@ Page boot
covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps"
vis unavailable,0
Postinitialize Event
sendme
Page Exit Event
@@ -103,7 +101,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : 4.3dev3
Text : 4.3.0b1
Max. Text Size : 9
Text esph_version

View File

@@ -35,8 +35,6 @@ Page buttonpage01
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage02
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage03
}
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -35,8 +35,6 @@ Page buttonpage04
page_index.txt+="●"
vis page_index,1
}
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -33,8 +33,6 @@ Page climate
page home
}
vis unavailable,0
Postinitialize Event
sendme
Page Exit Event

View File

@@ -17,8 +17,6 @@ Page confirm
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) page_id

View File

@@ -17,8 +17,6 @@ Page cover
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) va1

View File

@@ -30,8 +30,6 @@ Page entitypage01
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage02
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage03
{
page_index.txt+="â—‹"
}
Postinitialize Event
sendme
Text value01_label

View File

@@ -30,8 +30,6 @@ Page entitypage04
page_index.txt+="â—‹"
}
page_index.txt+="●"
Postinitialize Event
sendme
Text value01_label

View File

@@ -18,8 +18,6 @@ Page fan
}
vis unavailable,0
vis bt_oscillate,0
Postinitialize Event
sendme
Variable (string) fansetting

View File

@@ -20,8 +20,6 @@ Page home
{
vis bt_entities,0
}
vis bt_notific,is_notification
vis bt_qrcode,is_qrcode
vis bt_utilities,is_utilities
if(display_mode==3)
{
@@ -29,8 +27,6 @@ Page home
vis right_bt_text,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick
@@ -250,7 +246,7 @@ Text value01_icon
Text :
Max. Text Size : 3
Text value03
Text value04
Attributes
ID : 22
Scope : global
@@ -260,7 +256,7 @@ Text value03
Text :
Max. Text Size : 10
Text value03_icon
Text value04_icon
Attributes
ID : 23
Scope : global
@@ -355,7 +351,10 @@ Text bt_qrcode
Events
Touch Release Event
page qrcode
if(bt_qrcode.txt!="")
{
page qrcode
}
Text bt_entities
Attributes
@@ -629,6 +628,26 @@ Text bt_utilities
page utilities
}
Text value03_icon
Attributes
ID : 46
Scope : global
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 3
Text value03
Attributes
ID : 47
Scope : global
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text :
Max. Text Size : 10
Picture weather
Attributes
ID : 7

View File

@@ -17,8 +17,6 @@ Page keyb_num
page page_id.val
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) page_id

View File

@@ -37,8 +37,6 @@ Page light
vis color_button,0
}
vis unavailable,0
Postinitialize Event
sendme
Variable (int32) rgb565

View File

@@ -17,8 +17,6 @@ Page media_player
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -17,8 +17,6 @@ Page notification
page home
}
vis unavailable,0
Postinitialize Event
sendme
Variable (string) lastclick

View File

@@ -13,8 +13,6 @@ Page qrcode
Events
Preinitialize Event
vis unavailable,0
Postinitialize Event
sendme
Text qrcode_label

View File

@@ -15,8 +15,6 @@ Page screensaver
vis text,0
dim=brightness_sleep
vis unavailable,0
Postinitialize Event
sendme
Touch Release Event

View File

@@ -19,8 +19,6 @@ Page settings
vis lbl_sleep,0
vis bt_sleep,0
vis unavailable,0
Postinitialize Event
sendme
Text bright_text

View File

@@ -20,8 +20,6 @@ Page utilities
vis title_icon,1
vis title,1
vis button_back,1
Postinitialize Event
sendme
Variable (int32) line_main_d

View File

@@ -17,8 +17,6 @@ Page weather01
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather02
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather03
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather04
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -17,8 +17,6 @@ Page weather05
page home
}
vis unavailable,0
Postinitialize Event
sendme
Text day

View File

@@ -101,7 +101,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : 4.3dev4
Text : 4.3.0b1
Max. Text Size : 9
Text esph_version

View File

@@ -101,7 +101,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : 4.3dev4
Text : 4.3.0b1
Max. Text Size : 9
Events

View File

@@ -101,7 +101,7 @@ Text tft_version
Dragging : 0
Send Component ID : on press and release
Associated Keyboard: none
Text : 4.3dev4
Text : 4.3.0b1
Max. Text Size : 9
Text esph_version

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More