1#ifndef Eros_Ui_LcdTest_Screen_h_
2#define Eros_Ui_LcdTest_Screen_h_
15#include "pimoroni/libraries/pico_graphics/pico_graphics.hpp"
36 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:32
pimoroni::PicoGraphics & m_graphics
Graphic library handle.
Definition Screen.h:78
void exit(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
bool tick(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
bool refresh(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
ColorState_T m_color
Internal (color) state.
Definition Screen.h:81
void sleep(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.
Screen(Ajax::ScreenMgr::Navigation &screenMgr, pimoroni::PicoGraphics &graphics)
Constructor.
void enter(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
void wake(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
See Ajax::ScreenMgr::ScreenApi.
ColorState_T
Color state.
Definition Screen.h:63
@ RED
Background: Red.
Definition Screen.h:64
@ WHITE
Background: White.
Definition Screen.h:68
@ BLUE
Background: Blue.
Definition Screen.h:66
@ LAST
Marker to the last color.
Definition Screen.h:70
@ FIRST
Marker to the first color.
Definition Screen.h:69
@ GREEN
Background: Green.
Definition Screen.h:65
@ BLACK
Background: Black.
Definition Screen.h:67
bool m_stale
My internal 'dirty' flag.
Definition Screen.h:84
Ajax::ScreenMgr::Navigation & m_screenMgr
Handle to the screen manager.
Definition Screen.h:75
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