Simplify page load

To reduce the chances of a serial buffer overflow
This commit is contained in:
Edward Firmo
2024-04-24 11:58:19 +02:00
parent baef06fadf
commit fe26e30a06
90 changed files with 793 additions and 3395 deletions

View File

@@ -1011,7 +1011,7 @@ display:
break; break;
case 10: // light case 10: // light
switch (component_id) { switch (component_id) {
case 34: // power_button case 32: // power_button
if (!touch_event) { // Release if (!touch_event) { // Release
ha_call_service->execute("light.toggle", "", "", detailed_entity->state.c_str()); ha_call_service->execute("light.toggle", "", "", detailed_entity->state.c_str());
} }
@@ -1039,7 +1039,7 @@ display:
break; break;
case 22: // fan case 22: // fan
switch (component_id) { switch (component_id) {
case 17: // bt_oscillate case 15: // bt_oscillate
if (!touch_event) { // Release if (!touch_event) { // Release
ha_call_service->execute("fan.oscillate", "oscillating", "toggle", detailed_entity->state.c_str()); ha_call_service->execute("fan.oscillate", "oscillating", "toggle", detailed_entity->state.c_str());
} }
@@ -2999,20 +2999,11 @@ script:
parameters: parameters:
brightness: float brightness: float
then: then:
- if: - lambda: |-
condition: if (!id(is_uploading_tft)) {
- lambda: return (!id(is_uploading_tft)); disp1->set_backlight_brightness(brightness / 100.0f);
then: current_brightness->update();
- lambda: |- }
if (!id(is_uploading_tft)) {
if (brightness == display_brightness->state and current_page->state != "boot" and current_page->state != "screensaver")
disp1->send_command("wakeup_timer.en=1");
else
disp1->set_backlight_brightness(brightness / 100.0f);
current_brightness->update();
}
- delay: 5s
- lambda: if (!id(is_uploading_tft)) current_brightness->update();
- id: set_climate - id: set_climate
mode: restart mode: restart

View File

@@ -12,6 +12,7 @@ Page alarm
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -23,7 +24,6 @@ Page alarm
vis bt_vacat,0 vis bt_vacat,0
vis bt_bypass,0 vis bt_bypass,0
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -192,16 +192,6 @@ Text bt_disarm_icon
Text :  Text : 
Max. Text Size : 3 Max. Text Size : 3
Text unavailable
Attributes
ID : 32
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture bt_home_pic Picture bt_home_pic
Attributes Attributes
ID : 4 ID : 4
@@ -402,26 +392,3 @@ Hotspot bt_disarm
printh 00 printh 00
printh FF FF FF printh FF FF FF
Timer wakeup_timer
Attributes
ID : 31
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
}

View File

@@ -21,7 +21,6 @@ Page boot
dim=100 dim=100
covx baud,baud_rate.txt,0,0 covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps" baud_rate.txt+=" bps"
vis unavailable,0
Variable (int32) counter Variable (int32) counter
Attributes Attributes
@@ -139,19 +138,9 @@ Text framework
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 15
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Progress Bar progress Progress Bar progress
Attributes Attributes
ID : 16 ID : 15
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled

View File

@@ -12,6 +12,7 @@ Page buttonpage01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page climate
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==1||embedded.val==1) if(api==1||embedded.val==1)
{ {
vis target_icon,0 vis target_icon,0
@@ -32,7 +33,6 @@ Page climate
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -146,56 +146,56 @@ Variable (string) click_comp
Variable (int32) active_slider Variable (int32) active_slider
Attributes Attributes
ID : 42 ID : 41
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) is_temp_range Variable (int32) is_temp_range
Attributes Attributes
ID : 44 ID : 43
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_number1 Variable (int32) temp_number1
Attributes Attributes
ID : 48 ID : 47
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_number2 Variable (int32) temp_number2
Attributes Attributes
ID : 49 ID : 48
Scope: local Scope: local
Value: 0 Value: 0
Variable (string) temp_unit Variable (string) temp_unit
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Text : ° Text : °
Max. Text Size: 10 Max. Text Size: 10
Variable (int32) temp_low_max Variable (int32) temp_low_max
Attributes Attributes
ID : 51 ID : 50
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_high_min Variable (int32) temp_high_min
Attributes Attributes
ID : 52 ID : 51
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_gap Variable (int32) temp_gap
Attributes Attributes
ID : 53 ID : 52
Scope: local Scope: local
Value: 0 Value: 0
Variable (string) dec_separator Variable (string) dec_separator
Attributes Attributes
ID : 55 ID : 53
Scope : local Scope : local
Text : . Text : .
Max. Text Size: 5 Max. Text Size: 5
@@ -529,7 +529,7 @@ Text target_high
Text target_low Text target_low
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -541,16 +541,6 @@ Text target_low
Touch Release Event Touch Release Event
active_slider.val=2 active_slider.val=2
Text unavailable
Attributes
ID : 54
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider slider_high Slider slider_high
Attributes Attributes
ID : 7 ID : 7
@@ -586,7 +576,7 @@ Slider slider_high
Slider slider_low Slider slider_low
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +609,7 @@ Slider slider_low
Slider climateslider Slider climateslider
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -834,32 +824,9 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 40
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
}
Timer timer1 Timer timer1
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no
@@ -879,7 +846,7 @@ Timer timer1
Timer timer2 Timer timer2
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,11 +12,11 @@ Page confirm
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -81,16 +81,6 @@ Text body
Text : Please confirm Text : Please confirm
Max. Text Size : 255 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 Button bclose
Attributes Attributes
ID : 2 ID : 2
@@ -140,26 +130,3 @@ Button bt_clear
Touch Release Event Touch Release Event
page page_id.val 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
}

View File

@@ -12,11 +12,11 @@ Page cover
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -88,16 +88,6 @@ Text battery_icon
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 14
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider coverslider Slider coverslider
Attributes Attributes
ID : 6 ID : 6
@@ -191,26 +181,3 @@ Button button_back
Touch Press Event Touch Press Event
page back_page_id page back_page_id
Timer wakeup_timer
Attributes
ID : 13
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
}

View File

@@ -12,11 +12,11 @@ Page entitypage01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 29 ID : 29
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page fan
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
vis bt_oscillate,0 vis bt_oscillate,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
@@ -69,19 +69,9 @@ Text icon_state
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 16
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text bt_oscillate Text bt_oscillate
Attributes Attributes
ID : 17 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -336,29 +326,6 @@ Timer timer0
printh 00 printh 00
printh FF FF FF printh FF FF FF
Timer wakeup_timer
Attributes
ID : 15
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 4 ID : 4

View File

@@ -12,6 +12,7 @@ Page home
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(boot.progress.val<100) if(boot.progress.val<100)
{ {
page boot page boot
@@ -40,7 +41,6 @@ Page home
vis left_bt_text,0 vis left_bt_text,0
vis right_bt_text,0 vis right_bt_text,0
} }
vis unavailable,0
Variable (string) lastclick Variable (string) lastclick
Attributes Attributes
@@ -51,7 +51,7 @@ Variable (string) lastclick
Variable (string) click_comp Variable (string) click_comp
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Text : Text :
Max. Text Size: 8 Max. Text Size: 8
@@ -430,7 +430,7 @@ Text meridiem
Text button01 Text button01
Attributes Attributes
ID : 36 ID : 35
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -458,7 +458,7 @@ Text button01
Text button02 Text button02
Attributes Attributes
ID : 37 ID : 36
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -486,7 +486,7 @@ Text button02
Text button03 Text button03
Attributes Attributes
ID : 38 ID : 37
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -514,7 +514,7 @@ Text button03
Text button04 Text button04
Attributes Attributes
ID : 41 ID : 40
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -542,7 +542,7 @@ Text button04
Text button05 Text button05
Attributes Attributes
ID : 42 ID : 41
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -570,7 +570,7 @@ Text button05
Text button06 Text button06
Attributes Attributes
ID : 43 ID : 42
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -596,19 +596,9 @@ Text button06
printh FF FF FF printh FF FF FF
} }
Text unavailable
Attributes
ID : 44
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text bt_utilities Text bt_utilities
Attributes Attributes
ID : 45 ID : 43
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -625,7 +615,7 @@ Text bt_utilities
Text value03_icon Text value03_icon
Attributes Attributes
ID : 46 ID : 44
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -635,7 +625,7 @@ Text value03_icon
Text value03 Text value03
Attributes Attributes
ID : 47 ID : 45
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -645,7 +635,7 @@ Text value03
Text bt_icon Text bt_icon
Attributes Attributes
ID : 48 ID : 46
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -697,32 +687,9 @@ Timer settings_timer
Timer Event Timer Event
page settings page settings
Timer wakeup_timer
Attributes
ID : 35
Scope : local
Period (ms): 50
Enabled : yes
Events
Timer Event
if(dim<brightness)
{
dimdelta=brightness-dim
dimdelta/=25
if(dimdelta<1)
{
dimdelta=1
}
dim+=dimdelta
}else
{
wakeup_timer.en=0
}
Timer click_timer Timer click_timer
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Period (ms): 800 Period (ms): 800
Enabled : no Enabled : no
@@ -747,7 +714,7 @@ TouchCap swipe
Events Events
Touch Press Event Touch Press Event
swipestore.en=1 // Start swipestore timer swipestore.en=1 // Start swipestore timer
wakeup_timer.en=1 // Set brightness to saved value (from HA) dim=brightness // Set brightness to saved value (from HA)
Touch Release Event Touch Release Event
if(api==0) if(api==0)

View File

@@ -12,11 +12,11 @@ Page keyb_num
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page page_id.val page page_id.val
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -88,16 +88,6 @@ Text title
Text : Alarm Text : Alarm
Max. Text Size : 30 Max. Text Size : 30
Text unavailable
Attributes
ID : 24
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button b1 Button b1
Attributes Attributes
ID : 3 ID : 3
@@ -306,26 +296,3 @@ Button bview
pin.pw=1 pin.pw=1
} }
Timer wakeup_timer
Attributes
ID : 23
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
}

View File

@@ -12,6 +12,7 @@ Page light
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -36,7 +37,6 @@ Page light
vis color_touch,0 vis color_touch,0
vis color_button,0 vis color_button,0
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -162,19 +162,9 @@ Text icon_state
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 33
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text power_button Text power_button
Attributes Attributes
ID : 34 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -628,29 +618,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 32
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 20 ID : 20

View File

@@ -12,11 +12,11 @@ Page media_player
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -33,26 +33,26 @@ Variable (string) lastclick
Variable (string) va0 Variable (string) va0
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Text : Text :
Max. Text Size: 10 Max. Text Size: 10
Variable (int32) is_muted Variable (int32) is_muted
Attributes Attributes
ID : 22 ID : 21
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) prg_current Variable (int32) prg_current
Attributes Attributes
ID : 24 ID : 23
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) prg_total Variable (int32) prg_total
Attributes Attributes
ID : 25 ID : 24
Scope: local Scope: local
Value: 0 Value: 0
@@ -282,16 +282,6 @@ Text bt_on_off
printh 00 printh 00
printh FF FF FF printh FF FF FF
Text unavailable
Attributes
ID : 26
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Progress Bar time_progress Progress Bar time_progress
Attributes Attributes
ID : 9 ID : 9
@@ -330,32 +320,9 @@ Button button_back
Touch Press Event Touch Press Event
page back_page_id page back_page_id
Timer wakeup_timer
Attributes
ID : 19
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
}
Timer timer0 Timer timer0
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no
@@ -375,7 +342,7 @@ Timer timer0
Timer prg_timer Timer prg_timer
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,11 +12,11 @@ Page notification
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -51,16 +51,6 @@ Text notifi_label
Text : Text :
Max. Text Size : 100 Max. Text Size : 100
Text unavailable
Attributes
ID : 10
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -107,29 +97,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 9
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 3 ID : 3

View File

@@ -12,7 +12,7 @@ Page qrcode
Events Events
Preinitialize Event Preinitialize Event
vis unavailable,0 dim=brightness
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -30,16 +30,6 @@ Text qrcode_label
Text : Text :
Max. Text Size : 100 Max. Text Size : 100
Text unavailable
Attributes
ID : 7
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
QR Code qrcode_value QR Code qrcode_value
Attributes Attributes
ID : 4 ID : 4
@@ -75,29 +65,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 6
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -14,7 +14,6 @@ Page screensaver
Preinitialize Event Preinitialize Event
vis text,0 vis text,0
dim=brightness_sleep dim=brightness_sleep
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -39,16 +38,6 @@ Text text
Touch Release Event Touch Release Event
page back_page_id page back_page_id
Text unavailable
Attributes
ID : 5
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Timer swipestore Timer swipestore
Attributes Attributes
ID : 3 ID : 3

View File

@@ -12,13 +12,13 @@ Page settings
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
covx brightslider.val,bright_text.txt,0,0 covx brightslider.val,bright_text.txt,0,0
bright_text.txt+="%" bright_text.txt+="%"
covx dimslider.val,dim_text.txt,0,0 covx dimslider.val,dim_text.txt,0,0
dim_text.txt+="%" dim_text.txt+="%"
vis lbl_sleep,0 vis lbl_sleep,0
vis bt_sleep,0 vis bt_sleep,0
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -103,16 +103,6 @@ Text lbl_brightness
Text : Brightness Text : Brightness
Max. Text Size : 25 Max. Text Size : 25
Text unavailable
Attributes
ID : 21
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider brightslider Slider brightslider
Attributes Attributes
ID : 1 ID : 1
@@ -265,32 +255,9 @@ Hotspot bt_dim_up
printh FF FF FF printh FF FF FF
} }
Timer wakeup_timer
Attributes
ID : 17
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
}
Timer tm_bright Timer tm_bright
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Period (ms): 100 Period (ms): 100
Enabled : no Enabled : no
@@ -308,7 +275,7 @@ Timer tm_bright
Timer tm_dim Timer tm_dim
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Period (ms): 100 Period (ms): 100
Enabled : no Enabled : no
@@ -326,7 +293,7 @@ Timer tm_dim
Timer tm_boot_page Timer tm_boot_page
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,6 +12,7 @@ Page utilities
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -29,59 +30,49 @@ Page utilities
Variable (int32) home_line_d Variable (int32) home_line_d
Attributes Attributes
ID : 46 ID : 44
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) group01_line_d Variable (int32) group01_line_d
Attributes Attributes
ID : 47 ID : 45
Scope: local Scope: local
Value: 4294967295 Value: 4294967295
Variable (int32) group02_line_d Variable (int32) group02_line_d
Attributes Attributes
ID : 48 ID : 46
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) group03_line_d Variable (int32) group03_line_d
Attributes Attributes
ID : 49 ID : 47
Scope: local Scope: local
Value: 4294967295 Value: 4294967295
Variable (int32) group04_line_d Variable (int32) group04_line_d
Attributes Attributes
ID : 50 ID : 48
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) group05_line_d Variable (int32) group05_line_d
Attributes Attributes
ID : 51 ID : 49
Scope: local Scope: local
Value: 4294967295 Value: 4294967295
Variable (int32) group06_line_d Variable (int32) group06_line_d
Attributes Attributes
ID : 52 ID : 50
Scope: local Scope: local
Value: 1 Value: 1
Text unavailable
Attributes
ID : 3
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text title_icon Text title_icon
Attributes Attributes
ID : 4 ID : 2
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -91,7 +82,7 @@ Text title_icon
Text title Text title
Attributes Attributes
ID : 5 ID : 3
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -101,7 +92,7 @@ Text title
Text home_icon Text home_icon
Attributes Attributes
ID : 6 ID : 4
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -111,7 +102,7 @@ Text home_icon
Text home_label Text home_label
Attributes Attributes
ID : 7 ID : 5
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -121,7 +112,7 @@ Text home_label
Text home Text home
Attributes Attributes
ID : 8 ID : 6
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -131,7 +122,7 @@ Text home
Text homeb Text homeb
Attributes Attributes
ID : 9 ID : 7
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -141,7 +132,7 @@ Text homeb
Text grid_icon Text grid_icon
Attributes Attributes
ID : 11 ID : 9
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -151,7 +142,7 @@ Text grid_icon
Text grid_label Text grid_label
Attributes Attributes
ID : 12 ID : 10
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -161,7 +152,7 @@ Text grid_label
Text grid Text grid
Attributes Attributes
ID : 13 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -171,7 +162,7 @@ Text grid
Text gridb Text gridb
Attributes Attributes
ID : 14 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -181,7 +172,7 @@ Text gridb
Text group01_icon Text group01_icon
Attributes Attributes
ID : 15 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -191,7 +182,7 @@ Text group01_icon
Text group01_label Text group01_label
Attributes Attributes
ID : 16 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -201,7 +192,7 @@ Text group01_label
Text group01 Text group01
Attributes Attributes
ID : 17 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -211,7 +202,7 @@ Text group01
Text group01b Text group01b
Attributes Attributes
ID : 18 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -221,7 +212,7 @@ Text group01b
Text group02_icon Text group02_icon
Attributes Attributes
ID : 20 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -231,7 +222,7 @@ Text group02_icon
Text group02_label Text group02_label
Attributes Attributes
ID : 21 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -241,7 +232,7 @@ Text group02_label
Text group02 Text group02
Attributes Attributes
ID : 22 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -251,7 +242,7 @@ Text group02
Text group02b Text group02b
Attributes Attributes
ID : 23 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -261,7 +252,7 @@ Text group02b
Text group03_icon Text group03_icon
Attributes Attributes
ID : 25 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -271,7 +262,7 @@ Text group03_icon
Text group03_label Text group03_label
Attributes Attributes
ID : 26 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -281,7 +272,7 @@ Text group03_label
Text group03 Text group03
Attributes Attributes
ID : 27 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -291,7 +282,7 @@ Text group03
Text group03b Text group03b
Attributes Attributes
ID : 28 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -301,7 +292,7 @@ Text group03b
Text group04_icon Text group04_icon
Attributes Attributes
ID : 30 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -311,7 +302,7 @@ Text group04_icon
Text group04_label Text group04_label
Attributes Attributes
ID : 31 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -321,7 +312,7 @@ Text group04_label
Text group04 Text group04
Attributes Attributes
ID : 32 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -331,7 +322,7 @@ Text group04
Text group04b Text group04b
Attributes Attributes
ID : 33 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -341,7 +332,7 @@ Text group04b
Text group05_icon Text group05_icon
Attributes Attributes
ID : 35 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -351,7 +342,7 @@ Text group05_icon
Text group05_label Text group05_label
Attributes Attributes
ID : 36 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -361,7 +352,7 @@ Text group05_label
Text group05 Text group05
Attributes Attributes
ID : 37 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -371,7 +362,7 @@ Text group05
Text group05b Text group05b
Attributes Attributes
ID : 38 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -381,7 +372,7 @@ Text group05b
Text group06_icon Text group06_icon
Attributes Attributes
ID : 40 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -391,7 +382,7 @@ Text group06_icon
Text group06_label Text group06_label
Attributes Attributes
ID : 41 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -401,7 +392,7 @@ Text group06_label
Text group06 Text group06
Attributes Attributes
ID : 42 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -411,7 +402,7 @@ Text group06
Text group06b Text group06b
Attributes Attributes
ID : 43 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -421,7 +412,7 @@ Text group06b
Slider home_line Slider home_line
Attributes Attributes
ID : 10 ID : 8
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -431,7 +422,7 @@ Slider home_line
Slider group01_line Slider group01_line
Attributes Attributes
ID : 19 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -441,7 +432,7 @@ Slider group01_line
Slider group02_line Slider group02_line
Attributes Attributes
ID : 24 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -451,7 +442,7 @@ Slider group02_line
Slider group03_line Slider group03_line
Attributes Attributes
ID : 29 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -461,7 +452,7 @@ Slider group03_line
Slider group04_line Slider group04_line
Attributes Attributes
ID : 34 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -471,7 +462,7 @@ Slider group04_line
Slider group05_line Slider group05_line
Attributes Attributes
ID : 39 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -481,7 +472,7 @@ Slider group05_line
Slider group06_line Slider group06_line
Attributes Attributes
ID : 44 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -491,7 +482,7 @@ Slider group06_line
Button button_back Button button_back
Attributes Attributes
ID : 2 ID : 1
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -503,32 +494,9 @@ Button button_back
Touch Press Event Touch Press Event
page home page home
Timer wakeup_timer
Attributes
ID : 1
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
}
Timer tm_movement Timer tm_movement
Attributes Attributes
ID : 45 ID : 43
Scope : local Scope : local
Period (ms): 150 Period (ms): 150
Enabled : yes Enabled : yes

View File

@@ -12,11 +12,11 @@ Page weather01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ●○○○○ Text : ●○○○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○●○○○ Text : ○●○○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○●○○ Text : ○○●○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○○●○ Text : ○○○●○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather05
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○○○● Text : ○○○○●
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page alarm
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -23,7 +24,6 @@ Page alarm
vis bt_vacat,0 vis bt_vacat,0
vis bt_bypass,0 vis bt_bypass,0
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -199,16 +199,6 @@ Text bt_disarm_icon
Text :  Text : 
Max. Text Size : 3 Max. Text Size : 3
Text unavailable
Attributes
ID : 33
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture bt_home_pic Picture bt_home_pic
Attributes Attributes
ID : 4 ID : 4
@@ -409,26 +399,3 @@ Hotspot bt_disarm
printh 00 printh 00
printh FF FF FF printh FF FF FF
Timer wakeup_timer
Attributes
ID : 32
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
}

View File

@@ -21,7 +21,6 @@ Page boot
dim=100 dim=100
covx baud,baud_rate.txt,0,0 covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps" baud_rate.txt+=" bps"
vis unavailable,0
Variable (int32) counter Variable (int32) counter
Attributes Attributes
@@ -146,19 +145,9 @@ Text framework
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 15
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Progress Bar progress Progress Bar progress
Attributes Attributes
ID : 16 ID : 15
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled

View File

@@ -12,6 +12,7 @@ Page buttonpage01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page climate
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==1||embedded.val==1) if(api==1||embedded.val==1)
{ {
vis target_icon,0 vis target_icon,0
@@ -32,7 +33,6 @@ Page climate
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -146,56 +146,56 @@ Variable (string) click_comp
Variable (int32) active_slider Variable (int32) active_slider
Attributes Attributes
ID : 42 ID : 41
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) is_temp_range Variable (int32) is_temp_range
Attributes Attributes
ID : 44 ID : 43
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_number1 Variable (int32) temp_number1
Attributes Attributes
ID : 48 ID : 47
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_number2 Variable (int32) temp_number2
Attributes Attributes
ID : 49 ID : 48
Scope: local Scope: local
Value: 0 Value: 0
Variable (string) temp_unit Variable (string) temp_unit
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Text : ° Text : °
Max. Text Size: 10 Max. Text Size: 10
Variable (int32) temp_low_max Variable (int32) temp_low_max
Attributes Attributes
ID : 51 ID : 50
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_high_min Variable (int32) temp_high_min
Attributes Attributes
ID : 52 ID : 51
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_gap Variable (int32) temp_gap
Attributes Attributes
ID : 53 ID : 52
Scope: local Scope: local
Value: 0 Value: 0
Variable (string) dec_separator Variable (string) dec_separator
Attributes Attributes
ID : 55 ID : 53
Scope : local Scope : local
Text : . Text : .
Max. Text Size: 5 Max. Text Size: 5
@@ -529,7 +529,7 @@ Text target_high
Text target_low Text target_low
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -541,16 +541,6 @@ Text target_low
Touch Release Event Touch Release Event
active_slider.val=2 active_slider.val=2
Text unavailable
Attributes
ID : 54
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider slider_high Slider slider_high
Attributes Attributes
ID : 7 ID : 7
@@ -586,7 +576,7 @@ Slider slider_high
Slider slider_low Slider slider_low
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +609,7 @@ Slider slider_low
Slider climateslider Slider climateslider
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -834,32 +824,9 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 40
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
}
Timer timer1 Timer timer1
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no
@@ -879,7 +846,7 @@ Timer timer1
Timer timer2 Timer timer2
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,11 +12,11 @@ Page confirm
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -81,16 +81,6 @@ Text body
Text : Please confirm Text : Please confirm
Max. Text Size : 255 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 Button bclose
Attributes Attributes
ID : 2 ID : 2
@@ -140,26 +130,3 @@ Button bt_clear
Touch Release Event Touch Release Event
page page_id.val 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
}

View File

@@ -12,11 +12,11 @@ Page cover
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -88,16 +88,6 @@ Text battery_icon
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 14
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider coverslider Slider coverslider
Attributes Attributes
ID : 6 ID : 6
@@ -191,26 +181,3 @@ Button button_back
Touch Press Event Touch Press Event
page back_page_id page back_page_id
Timer wakeup_timer
Attributes
ID : 13
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
}

View File

@@ -12,11 +12,11 @@ Page entitypage01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page fan
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
vis bt_oscillate,0 vis bt_oscillate,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
@@ -69,19 +69,9 @@ Text icon_state
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 16
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text bt_oscillate Text bt_oscillate
Attributes Attributes
ID : 17 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -336,29 +326,6 @@ Timer timer0
printh 00 printh 00
printh FF FF FF printh FF FF FF
Timer wakeup_timer
Attributes
ID : 15
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 4 ID : 4

View File

@@ -12,6 +12,7 @@ Page home
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(boot.progress.val<100) if(boot.progress.val<100)
{ {
page boot page boot
@@ -40,7 +41,6 @@ Page home
vis left_bt_text,0 vis left_bt_text,0
vis right_bt_text,0 vis right_bt_text,0
} }
vis unavailable,0
Variable (string) lastclick Variable (string) lastclick
Attributes Attributes
@@ -51,7 +51,7 @@ Variable (string) lastclick
Variable (string) click_comp Variable (string) click_comp
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Text : Text :
Max. Text Size: 8 Max. Text Size: 8
@@ -430,7 +430,7 @@ Text meridiem
Text button01 Text button01
Attributes Attributes
ID : 36 ID : 35
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -458,7 +458,7 @@ Text button01
Text button02 Text button02
Attributes Attributes
ID : 37 ID : 36
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -486,7 +486,7 @@ Text button02
Text button03 Text button03
Attributes Attributes
ID : 38 ID : 37
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -514,7 +514,7 @@ Text button03
Text button04 Text button04
Attributes Attributes
ID : 41 ID : 40
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -542,7 +542,7 @@ Text button04
Text button05 Text button05
Attributes Attributes
ID : 42 ID : 41
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -570,7 +570,7 @@ Text button05
Text button06 Text button06
Attributes Attributes
ID : 43 ID : 42
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -596,19 +596,9 @@ Text button06
printh FF FF FF printh FF FF FF
} }
Text unavailable
Attributes
ID : 44
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text bt_utilities Text bt_utilities
Attributes Attributes
ID : 45 ID : 43
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -625,7 +615,7 @@ Text bt_utilities
Text value04_icon Text value04_icon
Attributes Attributes
ID : 46 ID : 44
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -635,7 +625,7 @@ Text value04_icon
Text value04 Text value04
Attributes Attributes
ID : 47 ID : 45
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -645,7 +635,7 @@ Text value04
Text bt_icon Text bt_icon
Attributes Attributes
ID : 48 ID : 46
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -697,32 +687,9 @@ Timer settings_timer
Timer Event Timer Event
page settings page settings
Timer wakeup_timer
Attributes
ID : 35
Scope : local
Period (ms): 50
Enabled : yes
Events
Timer Event
if(dim<brightness)
{
dimdelta=brightness-dim
dimdelta/=25
if(dimdelta<1)
{
dimdelta=1
}
dim+=dimdelta
}else
{
wakeup_timer.en=0
}
Timer click_timer Timer click_timer
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Period (ms): 800 Period (ms): 800
Enabled : no Enabled : no
@@ -747,7 +714,7 @@ TouchCap swipe
Events Events
Touch Press Event Touch Press Event
swipestore.en=1 // Start swipestore timer swipestore.en=1 // Start swipestore timer
wakeup_timer.en=1 // Set brightness to saved value (from HA) dim=brightness // Set brightness to saved value (from HA)
Touch Release Event Touch Release Event
//New swipe //New swipe

View File

@@ -12,11 +12,11 @@ Page keyb_num
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page page_id.val page page_id.val
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -88,16 +88,6 @@ Text title
Text : Alarm Text : Alarm
Max. Text Size : 30 Max. Text Size : 30
Text unavailable
Attributes
ID : 24
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button b1 Button b1
Attributes Attributes
ID : 3 ID : 3
@@ -306,26 +296,3 @@ Button bview
pin.pw=1 pin.pw=1
} }
Timer wakeup_timer
Attributes
ID : 23
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
}

View File

@@ -12,6 +12,7 @@ Page light
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -36,7 +37,6 @@ Page light
vis color_touch,0 vis color_touch,0
vis color_button,0 vis color_button,0
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -162,19 +162,9 @@ Text icon_state
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 33
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text power_button Text power_button
Attributes Attributes
ID : 34 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -628,29 +618,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 32
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 20 ID : 20

View File

@@ -12,11 +12,11 @@ Page media_player
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -33,26 +33,26 @@ Variable (string) lastclick
Variable (string) va0 Variable (string) va0
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Text : Text :
Max. Text Size: 10 Max. Text Size: 10
Variable (int32) is_muted Variable (int32) is_muted
Attributes Attributes
ID : 22 ID : 21
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) prg_current Variable (int32) prg_current
Attributes Attributes
ID : 24 ID : 23
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) prg_total Variable (int32) prg_total
Attributes Attributes
ID : 25 ID : 24
Scope: local Scope: local
Value: 0 Value: 0
@@ -281,16 +281,6 @@ Text bt_on_off
printh 00 printh 00
printh FF FF FF printh FF FF FF
Text unavailable
Attributes
ID : 26
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Progress Bar time_progress Progress Bar time_progress
Attributes Attributes
ID : 9 ID : 9
@@ -329,32 +319,9 @@ Button button_back
Touch Press Event Touch Press Event
page back_page_id page back_page_id
Timer wakeup_timer
Attributes
ID : 19
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
}
Timer timer0 Timer timer0
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no
@@ -374,7 +341,7 @@ Timer timer0
Timer prg_timer Timer prg_timer
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,11 +12,11 @@ Page notification
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -51,16 +51,6 @@ Text notifi_label
Text : Text :
Max. Text Size : 100 Max. Text Size : 100
Text unavailable
Attributes
ID : 10
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -107,29 +97,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 9
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 3 ID : 3

View File

@@ -12,7 +12,7 @@ Page qrcode
Events Events
Preinitialize Event Preinitialize Event
vis unavailable,0 dim=brightness
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -30,16 +30,6 @@ Text qrcode_label
Text : Text :
Max. Text Size : 100 Max. Text Size : 100
Text unavailable
Attributes
ID : 7
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
QR Code qrcode_value QR Code qrcode_value
Attributes Attributes
ID : 4 ID : 4
@@ -75,29 +65,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 6
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -14,7 +14,6 @@ Page screensaver
Preinitialize Event Preinitialize Event
vis text,0 vis text,0
dim=brightness_sleep dim=brightness_sleep
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -39,16 +38,6 @@ Text text
Touch Release Event Touch Release Event
page back_page_id page back_page_id
Text unavailable
Attributes
ID : 5
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Timer swipestore Timer swipestore
Attributes Attributes
ID : 3 ID : 3

View File

@@ -12,13 +12,13 @@ Page settings
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
covx brightslider.val,bright_text.txt,0,0 covx brightslider.val,bright_text.txt,0,0
bright_text.txt+="%" bright_text.txt+="%"
covx dimslider.val,dim_text.txt,0,0 covx dimslider.val,dim_text.txt,0,0
dim_text.txt+="%" dim_text.txt+="%"
vis lbl_sleep,0 vis lbl_sleep,0
vis bt_sleep,0 vis bt_sleep,0
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -199,16 +199,6 @@ Text t3
printh FF FF FF printh FF FF FF
} }
Text unavailable
Attributes
ID : 25
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider brightslider Slider brightslider
Attributes Attributes
ID : 1 ID : 1
@@ -361,32 +351,9 @@ Hotspot bt_dim_up
printh FF FF FF printh FF FF FF
} }
Timer wakeup_timer
Attributes
ID : 21
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
}
Timer tm_bright Timer tm_bright
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Period (ms): 100 Period (ms): 100
Enabled : no Enabled : no
@@ -404,7 +371,7 @@ Timer tm_bright
Timer tm_dim Timer tm_dim
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Period (ms): 100 Period (ms): 100
Enabled : no Enabled : no
@@ -422,7 +389,7 @@ Timer tm_dim
Timer tm_boot_page Timer tm_boot_page
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,11 +12,11 @@ Page weather01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ●○○○○ Text : ●○○○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○●○○○ Text : ○●○○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○●○○ Text : ○○●○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○○●○ Text : ○○○●○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather05
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○○○● Text : ○○○○●
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page alarm
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -23,7 +24,6 @@ Page alarm
vis bt_vacat,0 vis bt_vacat,0
vis bt_bypass,0 vis bt_bypass,0
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -192,16 +192,6 @@ Text bt_disarm_icon
Text :  Text : 
Max. Text Size : 3 Max. Text Size : 3
Text unavailable
Attributes
ID : 32
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture bt_home_pic Picture bt_home_pic
Attributes Attributes
ID : 4 ID : 4
@@ -402,26 +392,3 @@ Hotspot bt_disarm
printh 00 printh 00
printh FF FF FF printh FF FF FF
Timer wakeup_timer
Attributes
ID : 31
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
}

View File

@@ -21,7 +21,6 @@ Page boot
dim=100 dim=100
covx baud,baud_rate.txt,0,0 covx baud,baud_rate.txt,0,0
baud_rate.txt+=" bps" baud_rate.txt+=" bps"
vis unavailable,0
Variable (int32) counter Variable (int32) counter
Attributes Attributes
@@ -139,19 +138,9 @@ Text framework
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 15
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Progress Bar progress Progress Bar progress
Attributes Attributes
ID : 16 ID : 15
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled

View File

@@ -12,6 +12,7 @@ Page buttonpage01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page buttonpage04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -69,7 +70,7 @@ Variable (string) page_name
Variable (int32) confirm Variable (int32) confirm
Attributes Attributes
ID : 11 ID : 10
Scope: local Scope: local
Value: 0 Value: 0
@@ -95,7 +96,7 @@ Text page_index
Text button01pic Text button01pic
Attributes Attributes
ID : 12 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -105,7 +106,7 @@ Text button01pic
Text button02pic Text button02pic
Attributes Attributes
ID : 13 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -115,7 +116,7 @@ Text button02pic
Text button03pic Text button03pic
Attributes Attributes
ID : 14 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -125,7 +126,7 @@ Text button03pic
Text button04pic Text button04pic
Attributes Attributes
ID : 15 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -135,7 +136,7 @@ Text button04pic
Text button05pic Text button05pic
Attributes Attributes
ID : 16 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -145,7 +146,7 @@ Text button05pic
Text button06pic Text button06pic
Attributes Attributes
ID : 17 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -155,7 +156,7 @@ Text button06pic
Text button07pic Text button07pic
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -165,7 +166,7 @@ Text button07pic
Text button08pic Text button08pic
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -175,7 +176,7 @@ Text button08pic
Text button01text Text button01text
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -185,7 +186,7 @@ Text button01text
Text button02text Text button02text
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -195,7 +196,7 @@ Text button02text
Text button03text Text button03text
Attributes Attributes
ID : 22 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -205,7 +206,7 @@ Text button03text
Text button04text Text button04text
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -215,7 +216,7 @@ Text button04text
Text button05text Text button05text
Attributes Attributes
ID : 24 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -225,7 +226,7 @@ Text button05text
Text button06text Text button06text
Attributes Attributes
ID : 25 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -235,7 +236,7 @@ Text button06text
Text button07text Text button07text
Attributes Attributes
ID : 26 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -245,7 +246,7 @@ Text button07text
Text button08text Text button08text
Attributes Attributes
ID : 27 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -255,7 +256,7 @@ Text button08text
Text button01icon Text button01icon
Attributes Attributes
ID : 28 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -265,7 +266,7 @@ Text button01icon
Text button02icon Text button02icon
Attributes Attributes
ID : 29 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -275,7 +276,7 @@ Text button02icon
Text button03icon Text button03icon
Attributes Attributes
ID : 30 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -285,7 +286,7 @@ Text button03icon
Text button04icon Text button04icon
Attributes Attributes
ID : 31 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -295,7 +296,7 @@ Text button04icon
Text button05icon Text button05icon
Attributes Attributes
ID : 32 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -305,7 +306,7 @@ Text button05icon
Text button06icon Text button06icon
Attributes Attributes
ID : 33 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -315,7 +316,7 @@ Text button06icon
Text button07icon Text button07icon
Attributes Attributes
ID : 34 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -325,7 +326,7 @@ Text button07icon
Text button08icon Text button08icon
Attributes Attributes
ID : 35 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -335,7 +336,7 @@ Text button08icon
Text button01bri Text button01bri
Attributes Attributes
ID : 36 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -345,7 +346,7 @@ Text button01bri
Text button02bri Text button02bri
Attributes Attributes
ID : 37 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -355,7 +356,7 @@ Text button02bri
Text button03bri Text button03bri
Attributes Attributes
ID : 38 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -365,7 +366,7 @@ Text button03bri
Text button04bri Text button04bri
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -375,7 +376,7 @@ Text button04bri
Text button05bri Text button05bri
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -385,7 +386,7 @@ Text button05bri
Text button06bri Text button06bri
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -395,7 +396,7 @@ Text button06bri
Text button07bri Text button07bri
Attributes Attributes
ID : 42 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -405,7 +406,7 @@ Text button07bri
Text button08bri Text button08bri
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -413,16 +414,6 @@ Text button08bri
Text : Text :
Max. Text Size : 4 Max. Text Size : 4
Text unavailable
Attributes
ID : 52
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -439,7 +430,7 @@ Button button_back
Hotspot button01 Hotspot button01
Attributes Attributes
ID : 44 ID : 43
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -475,7 +466,7 @@ Hotspot button01
Hotspot button02 Hotspot button02
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -511,7 +502,7 @@ Hotspot button02
Hotspot button03 Hotspot button03
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -547,7 +538,7 @@ Hotspot button03
Hotspot button04 Hotspot button04
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -583,7 +574,7 @@ Hotspot button04
Hotspot button05 Hotspot button05
Attributes Attributes
ID : 48 ID : 47
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +610,7 @@ Hotspot button05
Hotspot button06 Hotspot button06
Attributes Attributes
ID : 49 ID : 48
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -655,7 +646,7 @@ Hotspot button06
Hotspot button07 Hotspot button07
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -691,7 +682,7 @@ Hotspot button07
Hotspot button08 Hotspot button08
Attributes Attributes
ID : 51 ID : 50
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -755,29 +746,6 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 10
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,6 +12,7 @@ Page climate
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==1||embedded.val==1) if(api==1||embedded.val==1)
{ {
vis target_icon,0 vis target_icon,0
@@ -32,7 +33,6 @@ Page climate
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -146,56 +146,56 @@ Variable (string) click_comp
Variable (int32) active_slider Variable (int32) active_slider
Attributes Attributes
ID : 42 ID : 41
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) is_temp_range Variable (int32) is_temp_range
Attributes Attributes
ID : 44 ID : 43
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_number1 Variable (int32) temp_number1
Attributes Attributes
ID : 48 ID : 47
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_number2 Variable (int32) temp_number2
Attributes Attributes
ID : 49 ID : 48
Scope: local Scope: local
Value: 0 Value: 0
Variable (string) temp_unit Variable (string) temp_unit
Attributes Attributes
ID : 50 ID : 49
Scope : local Scope : local
Text : ° Text : °
Max. Text Size: 10 Max. Text Size: 10
Variable (int32) temp_low_max Variable (int32) temp_low_max
Attributes Attributes
ID : 51 ID : 50
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_high_min Variable (int32) temp_high_min
Attributes Attributes
ID : 52 ID : 51
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) temp_gap Variable (int32) temp_gap
Attributes Attributes
ID : 53 ID : 52
Scope: local Scope: local
Value: 0 Value: 0
Variable (string) dec_separator Variable (string) dec_separator
Attributes Attributes
ID : 55 ID : 53
Scope : local Scope : local
Text : . Text : .
Max. Text Size: 5 Max. Text Size: 5
@@ -529,7 +529,7 @@ Text target_high
Text target_low Text target_low
Attributes Attributes
ID : 43 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -541,16 +541,6 @@ Text target_low
Touch Release Event Touch Release Event
active_slider.val=2 active_slider.val=2
Text unavailable
Attributes
ID : 54
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider slider_high Slider slider_high
Attributes Attributes
ID : 7 ID : 7
@@ -586,7 +576,7 @@ Slider slider_high
Slider slider_low Slider slider_low
Attributes Attributes
ID : 41 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -619,7 +609,7 @@ Slider slider_low
Slider climateslider Slider climateslider
Attributes Attributes
ID : 45 ID : 44
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -834,32 +824,9 @@ Timer click_timer
printh FF FF FF printh FF FF FF
click_timer.en=0 click_timer.en=0
Timer wakeup_timer
Attributes
ID : 40
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
}
Timer timer1 Timer timer1
Attributes Attributes
ID : 46 ID : 45
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no
@@ -879,7 +846,7 @@ Timer timer1
Timer timer2 Timer timer2
Attributes Attributes
ID : 47 ID : 46
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,11 +12,11 @@ Page confirm
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -81,16 +81,6 @@ Text body
Text : Please confirm Text : Please confirm
Max. Text Size : 255 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 Button bclose
Attributes Attributes
ID : 2 ID : 2
@@ -140,26 +130,3 @@ Button bt_clear
Touch Release Event Touch Release Event
page page_id.val 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
}

View File

@@ -12,11 +12,11 @@ Page cover
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -88,16 +88,6 @@ Text battery_icon
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 14
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider coverslider Slider coverslider
Attributes Attributes
ID : 6 ID : 6
@@ -191,26 +181,3 @@ Button button_back
Touch Press Event Touch Press Event
page back_page_id page back_page_id
Timer wakeup_timer
Attributes
ID : 13
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
}

View File

@@ -12,11 +12,11 @@ Page entitypage01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 29 ID : 29
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page entitypage04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04 sys0=is_entitypage01+is_entitypage02+is_entitypage03+is_entitypage04
if(sys0>1) if(sys0>1)
{ {
@@ -304,16 +304,6 @@ Text page_index
Text : Text :
Max. Text Size : 12 Max. Text Size : 12
Text unavailable
Attributes
ID : 31
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 28 ID : 28
@@ -340,29 +330,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 30
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page fan
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
vis bt_oscillate,0 vis bt_oscillate,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
@@ -69,19 +69,9 @@ Text icon_state
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 16
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text bt_oscillate Text bt_oscillate
Attributes Attributes
ID : 17 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -336,29 +326,6 @@ Timer timer0
printh 00 printh 00
printh FF FF FF printh FF FF FF
Timer wakeup_timer
Attributes
ID : 15
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 4 ID : 4

View File

@@ -12,6 +12,7 @@ Page home
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(boot.progress.val<100) if(boot.progress.val<100)
{ {
page boot page boot
@@ -40,7 +41,6 @@ Page home
vis left_bt_text,0 vis left_bt_text,0
vis right_bt_text,0 vis right_bt_text,0
} }
vis unavailable,0
Variable (string) lastclick Variable (string) lastclick
Attributes Attributes
@@ -51,7 +51,7 @@ Variable (string) lastclick
Variable (string) click_comp Variable (string) click_comp
Attributes Attributes
ID : 39 ID : 38
Scope : local Scope : local
Text : Text :
Max. Text Size: 8 Max. Text Size: 8
@@ -430,7 +430,7 @@ Text meridiem
Text button01 Text button01
Attributes Attributes
ID : 36 ID : 35
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -458,7 +458,7 @@ Text button01
Text button02 Text button02
Attributes Attributes
ID : 37 ID : 36
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -486,7 +486,7 @@ Text button02
Text button03 Text button03
Attributes Attributes
ID : 38 ID : 37
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -514,7 +514,7 @@ Text button03
Text button04 Text button04
Attributes Attributes
ID : 41 ID : 40
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -542,7 +542,7 @@ Text button04
Text button05 Text button05
Attributes Attributes
ID : 42 ID : 41
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -570,7 +570,7 @@ Text button05
Text button06 Text button06
Attributes Attributes
ID : 43 ID : 42
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -596,19 +596,9 @@ Text button06
printh FF FF FF printh FF FF FF
} }
Text unavailable
Attributes
ID : 44
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text bt_utilities Text bt_utilities
Attributes Attributes
ID : 45 ID : 43
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -625,7 +615,7 @@ Text bt_utilities
Text value03_icon Text value03_icon
Attributes Attributes
ID : 46 ID : 44
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -635,7 +625,7 @@ Text value03_icon
Text value03 Text value03
Attributes Attributes
ID : 47 ID : 45
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -645,7 +635,7 @@ Text value03
Text bt_icon Text bt_icon
Attributes Attributes
ID : 48 ID : 46
Scope : global Scope : global
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -697,32 +687,9 @@ Timer settings_timer
Timer Event Timer Event
page settings page settings
Timer wakeup_timer
Attributes
ID : 35
Scope : local
Period (ms): 50
Enabled : yes
Events
Timer Event
if(dim<brightness)
{
dimdelta=brightness-dim
dimdelta/=25
if(dimdelta<1)
{
dimdelta=1
}
dim+=dimdelta
}else
{
wakeup_timer.en=0
}
Timer click_timer Timer click_timer
Attributes Attributes
ID : 40 ID : 39
Scope : local Scope : local
Period (ms): 800 Period (ms): 800
Enabled : no Enabled : no
@@ -747,7 +714,7 @@ TouchCap swipe
Events Events
Touch Press Event Touch Press Event
swipestore.en=1 // Start swipestore timer swipestore.en=1 // Start swipestore timer
wakeup_timer.en=1 // Set brightness to saved value (from HA) dim=brightness // Set brightness to saved value (from HA)
Touch Release Event Touch Release Event
if(api==0) if(api==0)

View File

@@ -12,11 +12,11 @@ Page keyb_num
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page page_id.val page page_id.val
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -88,16 +88,6 @@ Text title
Text : Alarm Text : Alarm
Max. Text Size : 30 Max. Text Size : 30
Text unavailable
Attributes
ID : 24
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button b1 Button b1
Attributes Attributes
ID : 3 ID : 3
@@ -306,26 +296,3 @@ Button bview
pin.pw=1 pin.pw=1
} }
Timer wakeup_timer
Attributes
ID : 23
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
}

View File

@@ -12,6 +12,7 @@ Page light
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -36,7 +37,6 @@ Page light
vis color_touch,0 vis color_touch,0
vis color_button,0 vis color_button,0
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -162,19 +162,9 @@ Text icon_state
Text : Text :
Max. Text Size : 10 Max. Text Size : 10
Text unavailable
Attributes
ID : 33
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text power_button Text power_button
Attributes Attributes
ID : 34 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -628,29 +618,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 32
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 20 ID : 20

View File

@@ -12,11 +12,11 @@ Page media_player
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -33,26 +33,26 @@ Variable (string) lastclick
Variable (string) va0 Variable (string) va0
Attributes Attributes
ID : 21 ID : 20
Scope : local Scope : local
Text : Text :
Max. Text Size: 10 Max. Text Size: 10
Variable (int32) is_muted Variable (int32) is_muted
Attributes Attributes
ID : 22 ID : 21
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) prg_current Variable (int32) prg_current
Attributes Attributes
ID : 24 ID : 23
Scope: local Scope: local
Value: 0 Value: 0
Variable (int32) prg_total Variable (int32) prg_total
Attributes Attributes
ID : 25 ID : 24
Scope: local Scope: local
Value: 0 Value: 0
@@ -282,16 +282,6 @@ Text bt_on_off
printh 00 printh 00
printh FF FF FF printh FF FF FF
Text unavailable
Attributes
ID : 26
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Progress Bar time_progress Progress Bar time_progress
Attributes Attributes
ID : 9 ID : 9
@@ -330,32 +320,9 @@ Button button_back
Touch Press Event Touch Press Event
page back_page_id page back_page_id
Timer wakeup_timer
Attributes
ID : 19
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
}
Timer timer0 Timer timer0
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no
@@ -375,7 +342,7 @@ Timer timer0
Timer prg_timer Timer prg_timer
Attributes Attributes
ID : 23 ID : 22
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,11 +12,11 @@ Page notification
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -51,16 +51,6 @@ Text notifi_label
Text : Text :
Max. Text Size : 100 Max. Text Size : 100
Text unavailable
Attributes
ID : 10
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Button button_back Button button_back
Attributes Attributes
ID : 6 ID : 6
@@ -107,29 +97,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 9
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 3 ID : 3

View File

@@ -12,7 +12,7 @@ Page qrcode
Events Events
Preinitialize Event Preinitialize Event
vis unavailable,0 dim=brightness
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -30,16 +30,6 @@ Text qrcode_label
Text : Text :
Max. Text Size : 100 Max. Text Size : 100
Text unavailable
Attributes
ID : 7
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
QR Code qrcode_value QR Code qrcode_value
Attributes Attributes
ID : 4 ID : 4
@@ -75,29 +65,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 6
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -14,7 +14,6 @@ Page screensaver
Preinitialize Event Preinitialize Event
vis text,0 vis text,0
dim=brightness_sleep dim=brightness_sleep
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -39,16 +38,6 @@ Text text
Touch Release Event Touch Release Event
page back_page_id page back_page_id
Text unavailable
Attributes
ID : 5
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Timer swipestore Timer swipestore
Attributes Attributes
ID : 3 ID : 3

View File

@@ -12,13 +12,13 @@ Page settings
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
covx brightslider.val,bright_text.txt,0,0 covx brightslider.val,bright_text.txt,0,0
bright_text.txt+="%" bright_text.txt+="%"
covx dimslider.val,dim_text.txt,0,0 covx dimslider.val,dim_text.txt,0,0
dim_text.txt+="%" dim_text.txt+="%"
vis lbl_sleep,0 vis lbl_sleep,0
vis bt_sleep,0 vis bt_sleep,0
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -103,16 +103,6 @@ Text lbl_brightness
Text : Brightness Text : Brightness
Max. Text Size : 25 Max. Text Size : 25
Text unavailable
Attributes
ID : 21
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Slider brightslider Slider brightslider
Attributes Attributes
ID : 1 ID : 1
@@ -265,32 +255,9 @@ Hotspot bt_dim_up
printh FF FF FF printh FF FF FF
} }
Timer wakeup_timer
Attributes
ID : 17
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
}
Timer tm_bright Timer tm_bright
Attributes Attributes
ID : 18 ID : 17
Scope : local Scope : local
Period (ms): 100 Period (ms): 100
Enabled : no Enabled : no
@@ -308,7 +275,7 @@ Timer tm_bright
Timer tm_dim Timer tm_dim
Attributes Attributes
ID : 19 ID : 18
Scope : local Scope : local
Period (ms): 100 Period (ms): 100
Enabled : no Enabled : no
@@ -326,7 +293,7 @@ Timer tm_dim
Timer tm_boot_page Timer tm_boot_page
Attributes Attributes
ID : 20 ID : 19
Scope : local Scope : local
Period (ms): 1000 Period (ms): 1000
Enabled : no Enabled : no

View File

@@ -12,6 +12,7 @@ Page utilities
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
@@ -29,59 +30,49 @@ Page utilities
Variable (int32) home_line_d Variable (int32) home_line_d
Attributes Attributes
ID : 46 ID : 44
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) group01_line_d Variable (int32) group01_line_d
Attributes Attributes
ID : 47 ID : 45
Scope: local Scope: local
Value: 4294967295 Value: 4294967295
Variable (int32) group02_line_d Variable (int32) group02_line_d
Attributes Attributes
ID : 48 ID : 46
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) group03_line_d Variable (int32) group03_line_d
Attributes Attributes
ID : 49 ID : 47
Scope: local Scope: local
Value: 4294967295 Value: 4294967295
Variable (int32) group04_line_d Variable (int32) group04_line_d
Attributes Attributes
ID : 50 ID : 48
Scope: local Scope: local
Value: 1 Value: 1
Variable (int32) group05_line_d Variable (int32) group05_line_d
Attributes Attributes
ID : 51 ID : 49
Scope: local Scope: local
Value: 4294967295 Value: 4294967295
Variable (int32) group06_line_d Variable (int32) group06_line_d
Attributes Attributes
ID : 52 ID : 50
Scope: local Scope: local
Value: 1 Value: 1
Text unavailable
Attributes
ID : 3
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Text title_icon Text title_icon
Attributes Attributes
ID : 4 ID : 2
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -91,7 +82,7 @@ Text title_icon
Text title Text title
Attributes Attributes
ID : 5 ID : 3
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : on press and release Send Component ID : on press and release
@@ -101,7 +92,7 @@ Text title
Text home_icon Text home_icon
Attributes Attributes
ID : 6 ID : 4
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -111,7 +102,7 @@ Text home_icon
Text home_label Text home_label
Attributes Attributes
ID : 7 ID : 5
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -121,7 +112,7 @@ Text home_label
Text home Text home
Attributes Attributes
ID : 8 ID : 6
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -131,7 +122,7 @@ Text home
Text homeb Text homeb
Attributes Attributes
ID : 9 ID : 7
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -141,7 +132,7 @@ Text homeb
Text grid_icon Text grid_icon
Attributes Attributes
ID : 11 ID : 9
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -151,7 +142,7 @@ Text grid_icon
Text grid_label Text grid_label
Attributes Attributes
ID : 12 ID : 10
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -161,7 +152,7 @@ Text grid_label
Text grid Text grid
Attributes Attributes
ID : 13 ID : 11
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -171,7 +162,7 @@ Text grid
Text gridb Text gridb
Attributes Attributes
ID : 14 ID : 12
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -181,7 +172,7 @@ Text gridb
Text group01_icon Text group01_icon
Attributes Attributes
ID : 15 ID : 13
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -191,7 +182,7 @@ Text group01_icon
Text group01_label Text group01_label
Attributes Attributes
ID : 16 ID : 14
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -201,7 +192,7 @@ Text group01_label
Text group01 Text group01
Attributes Attributes
ID : 17 ID : 15
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -211,7 +202,7 @@ Text group01
Text group01b Text group01b
Attributes Attributes
ID : 18 ID : 16
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -221,7 +212,7 @@ Text group01b
Text group02_icon Text group02_icon
Attributes Attributes
ID : 20 ID : 18
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -231,7 +222,7 @@ Text group02_icon
Text group02_label Text group02_label
Attributes Attributes
ID : 21 ID : 19
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -241,7 +232,7 @@ Text group02_label
Text group02 Text group02
Attributes Attributes
ID : 22 ID : 20
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -251,7 +242,7 @@ Text group02
Text group02b Text group02b
Attributes Attributes
ID : 23 ID : 21
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -261,7 +252,7 @@ Text group02b
Text group03_icon Text group03_icon
Attributes Attributes
ID : 25 ID : 23
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -271,7 +262,7 @@ Text group03_icon
Text group03_label Text group03_label
Attributes Attributes
ID : 26 ID : 24
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -281,7 +272,7 @@ Text group03_label
Text group03 Text group03
Attributes Attributes
ID : 27 ID : 25
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -291,7 +282,7 @@ Text group03
Text group03b Text group03b
Attributes Attributes
ID : 28 ID : 26
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -301,7 +292,7 @@ Text group03b
Text group04_icon Text group04_icon
Attributes Attributes
ID : 30 ID : 28
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -311,7 +302,7 @@ Text group04_icon
Text group04_label Text group04_label
Attributes Attributes
ID : 31 ID : 29
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -321,7 +312,7 @@ Text group04_label
Text group04 Text group04
Attributes Attributes
ID : 32 ID : 30
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -331,7 +322,7 @@ Text group04
Text group04b Text group04b
Attributes Attributes
ID : 33 ID : 31
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -341,7 +332,7 @@ Text group04b
Text group05_icon Text group05_icon
Attributes Attributes
ID : 35 ID : 33
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -351,7 +342,7 @@ Text group05_icon
Text group05_label Text group05_label
Attributes Attributes
ID : 36 ID : 34
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -361,7 +352,7 @@ Text group05_label
Text group05 Text group05
Attributes Attributes
ID : 37 ID : 35
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -371,7 +362,7 @@ Text group05
Text group05b Text group05b
Attributes Attributes
ID : 38 ID : 36
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -381,7 +372,7 @@ Text group05b
Text group06_icon Text group06_icon
Attributes Attributes
ID : 40 ID : 38
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -391,7 +382,7 @@ Text group06_icon
Text group06_label Text group06_label
Attributes Attributes
ID : 41 ID : 39
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -401,7 +392,7 @@ Text group06_label
Text group06 Text group06
Attributes Attributes
ID : 42 ID : 40
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -411,7 +402,7 @@ Text group06
Text group06b Text group06b
Attributes Attributes
ID : 43 ID : 41
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID : disabled Send Component ID : disabled
@@ -421,7 +412,7 @@ Text group06b
Slider home_line Slider home_line
Attributes Attributes
ID : 10 ID : 8
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -431,7 +422,7 @@ Slider home_line
Slider group01_line Slider group01_line
Attributes Attributes
ID : 19 ID : 17
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -441,7 +432,7 @@ Slider group01_line
Slider group02_line Slider group02_line
Attributes Attributes
ID : 24 ID : 22
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -451,7 +442,7 @@ Slider group02_line
Slider group03_line Slider group03_line
Attributes Attributes
ID : 29 ID : 27
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -461,7 +452,7 @@ Slider group03_line
Slider group04_line Slider group04_line
Attributes Attributes
ID : 34 ID : 32
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -471,7 +462,7 @@ Slider group04_line
Slider group05_line Slider group05_line
Attributes Attributes
ID : 39 ID : 37
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -481,7 +472,7 @@ Slider group05_line
Slider group06_line Slider group06_line
Attributes Attributes
ID : 44 ID : 42
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: disabled Send Component ID: disabled
@@ -491,7 +482,7 @@ Slider group06_line
Button button_back Button button_back
Attributes Attributes
ID : 2 ID : 1
Scope : local Scope : local
Dragging : 0 Dragging : 0
Send Component ID: on press and release Send Component ID: on press and release
@@ -503,32 +494,9 @@ Button button_back
Touch Press Event Touch Press Event
page home page home
Timer wakeup_timer
Attributes
ID : 1
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
}
Timer tm_movement Timer tm_movement
Attributes Attributes
ID : 45 ID : 43
Scope : local Scope : local
Period (ms): 150 Period (ms): 150
Enabled : yes Enabled : yes

View File

@@ -12,11 +12,11 @@ Page weather01
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ●○○○○ Text : ●○○○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather02
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○●○○○ Text : ○●○○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather03
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○●○○ Text : ○○●○○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather04
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○○●○ Text : ○○○●○
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

View File

@@ -12,11 +12,11 @@ Page weather05
Events Events
Preinitialize Event Preinitialize Event
dim=brightness
if(api==0) if(api==0)
{ {
page home page home
} }
vis unavailable,0
printh 92 printh 92
prints "current_page",0 prints "current_page",0
printh 00 printh 00
@@ -164,16 +164,6 @@ Text page_index
Text : ○○○○● Text : ○○○○●
Max. Text Size : 15 Max. Text Size : 15
Text unavailable
Attributes
ID : 20
Scope : local
Dragging : 0
Send Component ID : disabled
Associated Keyboard: none
Text :
Max. Text Size : 1
Picture weather_icon Picture weather_icon
Attributes Attributes
ID : 3 ID : 3
@@ -207,29 +197,6 @@ Timer swipestore
swipex=tch0 swipex=tch0
swipey=tch1 swipey=tch1
Timer wakeup_timer
Attributes
ID : 19
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
}
TouchCap swipe TouchCap swipe
Attributes Attributes
ID : 1 ID : 1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.