Bump to v4.3.5

This commit is contained in:
Edward Firmo
2024-04-24 21:17:49 +02:00
parent eac6dd1cf7
commit db578c34bf
100 changed files with 996 additions and 3397 deletions

View File

@@ -12,11 +12,11 @@ Page confirm
Events
Preinitialize Event
dim=brightness
if(api==0)
{
page home
}
vis unavailable,0
printh 92
prints "current_page",0
printh 00
@@ -81,16 +81,6 @@ Text body
Text : Please confirm
Max. Text Size : 255
Text unavailable
Attributes
ID : 12
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button bclose
Attributes
ID : 2
@@ -140,26 +130,3 @@ Button bt_clear
Touch Release Event
page page_id.val
Timer wakeup_timer
Attributes
ID : 11
Scope : local
Period (ms): 100
Enabled : yes
Events
Timer Event
if(dim<brightness)
{
dimdelta=brightness-dim
dimdelta/=10
if(dimdelta<1)
{
dimdelta=1
}
dim+=dimdelta
}else
{
wakeup_timer.en=0
}