![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class implements the Home screen. More...
This class implements the Home screen.
#include <Screen.h>
Protected Attributes | |
Ajax::ScreenMgr::Navigation & | m_screenMgr |
Handle to the screen manager. | |
pimoroni::PicoGraphics & | m_graphics |
Graphic library handle. | |
AjaxScreenMgrEvent_T | m_lastButton |
Last pressed button. | |
uint32_t | m_timerMarker |
Time marker used to trigger 1second polling of the space temperature. | |
bool | m_stale |
Dirty flag (i.e. need the screen manager to call refresh()) | |
Eros::Ui::Home::Screen::Screen | ( | Ajax::ScreenMgr::Navigation & | screenMgr, |
pimoroni::PicoGraphics & | graphics | ||
) |
Constructor.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
virtualnoexcept |
See Ajax::ScreenMgr::ScreenApi.
Implements Ajax::ScreenMgr::ScreenApi.
|
protected |
Graphic library handle.
|
protected |
Last pressed button.
|
protected |
Handle to the screen manager.
|
protected |
Dirty flag (i.e. need the screen manager to call refresh())
|
protected |
Time marker used to trigger 1second polling of the space temperature.