![]() |
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 Types | |
enum | ColorState_T { RED = 0 , GREEN , BLUE , BLACK , WHITE , FIRST = RED , LAST = WHITE } |
Color state. More... | |
Protected Attributes | |
Ajax::ScreenMgr::Navigation & | m_screenMgr |
Handle to the screen manager. | |
pimoroni::PicoGraphics & | m_graphics |
Graphic library handle. | |
ColorState_T | m_color |
Internal (color) state. | |
bool | m_stale |
My internal 'dirty' flag. | |
|
protected |
Eros::Ui::LcdTest::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 |
Internal (color) state.
|
protected |
Graphic library handle.
|
protected |
Handle to the screen manager.
|
protected |
My internal 'dirty' flag.