Replace page announcement
Using "sendme" in replace to text sensor "currentpage".
This commit is contained in:
@@ -741,11 +741,14 @@ display:
|
|||||||
platform: nextion
|
platform: nextion
|
||||||
uart_id: tf_uart
|
uart_id: tf_uart
|
||||||
start_up_page: 8
|
start_up_page: 8
|
||||||
on_page: # This requires `sendme` to be executed on Nextion side
|
on_page:
|
||||||
lambda: |-
|
lambda: |-
|
||||||
static const char *const TAG = "display.disp1.on_page";
|
static const char *const TAG = "display.disp1.on_page";
|
||||||
ESP_LOGD(TAG, "Nextion page changed");
|
ESP_LOGD(TAG, "Nextion page changed");
|
||||||
ESP_LOGD(TAG, "New page: %s (%i)" , id(page_names)[x].c_str(), x);
|
ESP_LOGD(TAG, "New page: %s (%i)" , id(page_names)[x].c_str(), x);
|
||||||
|
current_page->publish_state(id(page_names)[x].c_str());
|
||||||
|
page_changed->execute(id(page_names)[x].c_str());
|
||||||
|
|
||||||
on_setup:
|
on_setup:
|
||||||
- script.execute: boot_sequence
|
- script.execute: boot_sequence
|
||||||
|
|
||||||
@@ -1392,25 +1395,25 @@ text_sensor:
|
|||||||
##### Current page name #####
|
##### Current page name #####
|
||||||
- name: ${device_name} Current page
|
- name: ${device_name} Current page
|
||||||
id: current_page
|
id: current_page
|
||||||
#platform: template
|
platform: template
|
||||||
platform: nextion
|
#platform: nextion
|
||||||
nextion_id: disp1
|
#nextion_id: disp1
|
||||||
component_name: currentpage
|
#component_name: currentpage
|
||||||
icon: mdi:tablet-dashboard
|
icon: mdi:tablet-dashboard
|
||||||
internal: false
|
internal: false
|
||||||
disabled_by_default: false
|
disabled_by_default: false
|
||||||
filters:
|
#filters:
|
||||||
- lambda: |-
|
# - lambda: |-
|
||||||
x = x.c_str();
|
# x = x.c_str();
|
||||||
x.shrink_to_fit();
|
# x.shrink_to_fit();
|
||||||
return x;
|
# return x;
|
||||||
on_value:
|
#on_value:
|
||||||
then:
|
# then:
|
||||||
- lambda: |-
|
# - lambda: |-
|
||||||
static const char *const TAG = "text_sensor.current_page";
|
# static const char *const TAG = "text_sensor.current_page";
|
||||||
// Construct new page
|
# // Construct new page
|
||||||
ESP_LOGV(TAG, "Construct new page");
|
# ESP_LOGV(TAG, "Construct new page");
|
||||||
page_changed->execute(x.c_str());
|
# page_changed->execute(x.c_str());
|
||||||
|
|
||||||
- name: ${device_name} Notification Label
|
- name: ${device_name} Notification Label
|
||||||
platform: template
|
platform: template
|
||||||
|
|||||||
BIN
nspanel_eu.HMI
BIN
nspanel_eu.HMI
Binary file not shown.
BIN
nspanel_eu.tft
BIN
nspanel_eu.tft
Binary file not shown.
@@ -17,12 +17,7 @@ Page alarm
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "alarm",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis bt_home,0
|
vis bt_home,0
|
||||||
vis bt_away,0
|
vis bt_away,0
|
||||||
vis bt_night,0
|
vis bt_night,0
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page boot
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "boot",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
dim=0
|
dim=0
|
||||||
vis bt_reboot,0
|
vis bt_reboot,0
|
||||||
covx baud,baud_rate.txt,0,0
|
covx baud,baud_rate.txt,0,0
|
||||||
@@ -142,7 +137,7 @@ Text tft_version
|
|||||||
Dragging : 0
|
Dragging : 0
|
||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Associated Keyboard: none
|
Associated Keyboard: none
|
||||||
Text : 4.1.2
|
Text : 4.2dev
|
||||||
Max. Text Size : 9
|
Max. Text Size : 9
|
||||||
|
|
||||||
Text esph_version
|
Text esph_version
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -14,12 +14,7 @@ Page climate
|
|||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
if(api==1||embedded.val==1)
|
if(api==1||embedded.val==1)
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "climate",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis target_icon,0
|
vis target_icon,0
|
||||||
vis target_temp,0
|
vis target_temp,0
|
||||||
vis current_temp,0
|
vis current_temp,0
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page confirm
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "confirm",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page cover
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "cover",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page fan
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "fan",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page home
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "home",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis bt_notific,is_notification
|
vis bt_notific,is_notification
|
||||||
vis bt_qrcode,is_qrcode
|
vis bt_qrcode,is_qrcode
|
||||||
vis bt_entities,is_entities
|
vis bt_entities,is_entities
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page keyb_num
|
|||||||
page page_id.val
|
page page_id.val
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "keyb_num",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page light
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "light",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis light_b_press,1
|
vis light_b_press,1
|
||||||
vis lightslider,1
|
vis lightslider,1
|
||||||
vis light_value,1
|
vis light_value,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page media_player
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "media_player",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page notification
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "notification",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page qrcode
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "qrcode",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
printh 91
|
printh 91
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page screensaver
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "screensaver",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
dim=0
|
dim=0
|
||||||
|
|
||||||
Touch Release Event
|
Touch Release Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page settings
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "settings",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
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
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather05
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather05",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
BIN
nspanel_us.HMI
BIN
nspanel_us.HMI
Binary file not shown.
BIN
nspanel_us.tft
BIN
nspanel_us.tft
Binary file not shown.
@@ -17,12 +17,7 @@ Page alarm
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "alarm",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis bt_home,0
|
vis bt_home,0
|
||||||
vis bt_away,0
|
vis bt_away,0
|
||||||
vis bt_night,0
|
vis bt_night,0
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page boot
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "boot",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
dim=0
|
dim=0
|
||||||
vis bt_reboot,0
|
vis bt_reboot,0
|
||||||
covx baud,baud_rate.txt,0,0
|
covx baud,baud_rate.txt,0,0
|
||||||
@@ -142,7 +137,7 @@ Text tft_version
|
|||||||
Dragging : 0
|
Dragging : 0
|
||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Associated Keyboard: none
|
Associated Keyboard: none
|
||||||
Text : 4.1.2
|
Text : 4.2dev
|
||||||
Max. Text Size : 9
|
Max. Text Size : 9
|
||||||
|
|
||||||
Text esph_version
|
Text esph_version
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -14,12 +14,7 @@ Page climate
|
|||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
if(api==1||embedded.val==1)
|
if(api==1||embedded.val==1)
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "climate",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis target_icon,0
|
vis target_icon,0
|
||||||
vis target_temp,0
|
vis target_temp,0
|
||||||
vis current_temp,0
|
vis current_temp,0
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page confirm
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "confirm",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page cover
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "cover",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page fan
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "fan",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page home
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "home",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis bt_notific,is_notification
|
vis bt_notific,is_notification
|
||||||
vis bt_qrcode,is_qrcode
|
vis bt_qrcode,is_qrcode
|
||||||
vis bt_entities,is_entities
|
vis bt_entities,is_entities
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page keyb_num
|
|||||||
page page_id.val
|
page page_id.val
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "keyb_num",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page light
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "light",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis light_b_press,1
|
vis light_b_press,1
|
||||||
vis lightslider,1
|
vis lightslider,1
|
||||||
vis light_value,1
|
vis light_value,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page media_player
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "media_player",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page notification
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "notification",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page qrcode
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "qrcode",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
printh 91
|
printh 91
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page screensaver
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "screensaver",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
dim=0
|
dim=0
|
||||||
|
|
||||||
Touch Release Event
|
Touch Release Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page settings
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "settings",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
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
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather05
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather05",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -17,12 +17,7 @@ Page alarm
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "alarm",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis bt_home,0
|
vis bt_home,0
|
||||||
vis bt_away,0
|
vis bt_away,0
|
||||||
vis bt_night,0
|
vis bt_night,0
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page boot
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "boot",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
dim=0
|
dim=0
|
||||||
vis bt_reboot,0
|
vis bt_reboot,0
|
||||||
covx baud,baud_rate.txt,0,0
|
covx baud,baud_rate.txt,0,0
|
||||||
@@ -142,7 +137,7 @@ Text tft_version
|
|||||||
Dragging : 0
|
Dragging : 0
|
||||||
Send Component ID : disabled
|
Send Component ID : disabled
|
||||||
Associated Keyboard: none
|
Associated Keyboard: none
|
||||||
Text : 4.1.2
|
Text : 4.2dev
|
||||||
Max. Text Size : 9
|
Max. Text Size : 9
|
||||||
|
|
||||||
Text esph_version
|
Text esph_version
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page buttonpage04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "buttonpage04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis 255,0
|
vis 255,0
|
||||||
vis button_back,1
|
vis button_back,1
|
||||||
vis page_index,1
|
vis page_index,1
|
||||||
|
|||||||
@@ -14,12 +14,7 @@ Page climate
|
|||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
if(api==1||embedded.val==1)
|
if(api==1||embedded.val==1)
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "climate",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis target_icon,0
|
vis target_icon,0
|
||||||
vis target_temp,0
|
vis target_temp,0
|
||||||
vis current_temp,0
|
vis current_temp,0
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page confirm
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "confirm",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page cover
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "cover",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page entitypage04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "entitypage04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page fan
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "fan",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page home
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "home",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis bt_notific,is_notification
|
vis bt_notific,is_notification
|
||||||
vis bt_qrcode,is_qrcode
|
vis bt_qrcode,is_qrcode
|
||||||
vis bt_entities,is_entities
|
vis bt_entities,is_entities
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page keyb_num
|
|||||||
page page_id.val
|
page page_id.val
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "keyb_num",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page light
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "light",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
vis light_b_press,1
|
vis light_b_press,1
|
||||||
vis lightslider,1
|
vis lightslider,1
|
||||||
vis light_value,1
|
vis light_value,1
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page media_player
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "media_player",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page notification
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "notification",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page qrcode
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "qrcode",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
printh 91
|
printh 91
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page screensaver
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "screensaver",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
dim=0
|
dim=0
|
||||||
|
|
||||||
Touch Release Event
|
Touch Release Event
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ Page settings
|
|||||||
|
|
||||||
Events
|
Events
|
||||||
Preinitialize Event
|
Preinitialize Event
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "settings",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
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
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather01
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather01",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather02
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather02",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather03
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather03",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather04
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather04",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
@@ -17,12 +17,7 @@ Page weather05
|
|||||||
page home
|
page home
|
||||||
}else
|
}else
|
||||||
{
|
{
|
||||||
printh 92
|
sendme
|
||||||
prints "currentpage",0
|
|
||||||
printh 00
|
|
||||||
prints "weather05",0
|
|
||||||
printh 00
|
|
||||||
printh FF FF FF
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Touch Press Event
|
Touch Press Event
|
||||||
|
|||||||
Reference in New Issue
Block a user