1#ifndef Eros_Ui_Home_Screen_h_
2#define Eros_Ui_Home_Screen_h_
15#include "pimoroni/libraries/pico_graphics/pico_graphics.hpp"
22#ifndef OPTION_EROS_UI_HOME_SCREEN_POLLING_MS
23#define OPTION_EROS_UI_HOME_SCREEN_POLLING_MS 2000
41 pimoroni::PicoGraphics& graphics);
#define AjaxScreenMgrEvent_T
Application specific type for Events.
Definition Event.h:21
This class defines the interface - used by ScreenApi instances - to navigate to other screen instance...
Definition Navigation.h:27
This class defines the interface for a 'Screen'.
Definition ScreenApi.h:31
This class implements the Home screen.
Definition Screen.h:37
Screen(Ajax::ScreenMgr::Navigation &screenMgr, pimoroni::PicoGraphics &graphics)
Constructor.
Ajax::ScreenMgr::Navigation & m_screenMgr
Handle to the screen manager.
Definition Screen.h:67
bool tick(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
void dispatch(AjaxScreenMgrEvent_T event, Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
AjaxScreenMgrEvent_T m_lastButton
Last pressed button.
Definition Screen.h:73
void wake(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
void enter(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
uint32_t m_timerMarker
Time marker used to trigger 1second polling of the space temperature.
Definition Screen.h:76
bool refresh(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
pimoroni::PicoGraphics & m_graphics
Graphic library handle.
Definition Screen.h:70
bool m_stale
Dirty flag (i.e. need the screen manager to call refresh())
Definition Screen.h:79
void sleep(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
void exit(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
The 'Eros' namespace is the root name space all of the GM6000 Engineering Test Application specific s...
Definition screens.h:22
Data type for time in seconds with a 'fractional' millisecond precision.
Definition ElapsedTime.h:35