Merge branch 'lastest-confrimed-working'
This commit is contained in:
commit
94ed11c335
9 changed files with 8 additions and 2 deletions
BIN
ise-display/images/standby/adv/Standby-adv-off-pressed.png
Normal file
BIN
ise-display/images/standby/adv/Standby-adv-off-pressed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
ise-display/images/standby/adv/Standby-adv-off.png
Normal file
BIN
ise-display/images/standby/adv/Standby-adv-off.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
ise-display/images/standby/adv/Standby-adv-on-pressed.png
Normal file
BIN
ise-display/images/standby/adv/Standby-adv-on-pressed.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
ise-display/images/standby/adv/Standby-adv-on.png
Normal file
BIN
ise-display/images/standby/adv/Standby-adv-on.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
Binary file not shown.
BIN
ise-display/old-ise-display-v2.tft
Normal file
BIN
ise-display/old-ise-display-v2.tft
Normal file
Binary file not shown.
|
|
@ -1206,11 +1206,11 @@ void ISEDisplay::updateAllStandbyToggle()
|
|||
if (!this->takeSerialMutex())
|
||||
return;
|
||||
this->displayAdapter->print("s_open_all.pic=");
|
||||
this->displayAdapter->print(state ? COMPONENT_STANDBY_PIC_OPEN_ALL_TOGGLE_ON : COMPONENT_STANDBY_PIC_OPEN_ALL_TOGGLE_OFF);
|
||||
this->displayAdapter->print(state ? COMPONENT_STANDBY_PIC_ADV_SETTING_TOGGLE_ON : COMPONENT_STANDBY_PIC_ADV_SETTING_TOGGLE_OFF);
|
||||
this->sendStopBytes();
|
||||
|
||||
this->displayAdapter->print("s_open_all.pic2=");
|
||||
this->displayAdapter->print(state ? COMPONENT_STANDBY_PIC_OPEN_ALL_TOGGLE_ON_PRESSED : COMPONENT_STANDBY_PIC_OPEN_ALL_TOGGLE_OFF_PRESSED);
|
||||
this->displayAdapter->print(state ? COMPONENT_STANDBY_PIC_ADV_SETTING_TOGGLE_ON_PRESSED : COMPONENT_STANDBY_PIC_ADV_SETTING_TOGGLE_OFF_PRESSED);
|
||||
this->sendStopBytes();
|
||||
|
||||
this->giveSerialMutex();
|
||||
|
|
|
|||
|
|
@ -136,6 +136,12 @@ lights have 4 states
|
|||
#define COMPONENT_STANDBY_PIC_OPEN_ALL_TOGGLE_ON 6
|
||||
#define COMPONENT_STANDBY_PIC_OPEN_ALL_TOGGLE_ON_PRESSED 7
|
||||
|
||||
//Standby adv setting toggle
|
||||
#define COMPONENT_STANDBY_PIC_ADV_SETTING_TOGGLE_OFF 88
|
||||
#define COMPONENT_STANDBY_PIC_ADV_SETTING_TOGGLE_OFF_PRESSED 89
|
||||
#define COMPONENT_STANDBY_PIC_ADV_SETTING_TOGGLE_ON 90
|
||||
#define COMPONENT_STANDBY_PIC_ADV_SETTING_TOGGLE_ON_PRESSED 91
|
||||
|
||||
//Standby light toggle
|
||||
#define COMPONENT_STANDBY_PIC_LIGHT_TOGGLE_OFF 8
|
||||
#define COMPONENT_STANDBY_PIC_LIGHT_TOGGLE_OFF_PRESSED 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue