1#ifndef Ajax_Ui_Shutdown_Screen_h_
2#define Ajax_Ui_Shutdown_Screen_h_
16#include "pimoroni/libraries/pico_graphics/pico_graphics.hpp"
32 Screen( pimoroni::PicoGraphics& graphics );
This class defines interface for Screens that only contain static data.
Definition StaticScreenApi.h:31
This class implements the shutdown screen.
Definition Screen.h:29
void paint(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept
Ajax::ScreenMgr::StaticScreenApi.
Screen(pimoroni::PicoGraphics &graphics)
Constructor.
pimoroni::PicoGraphics & m_graphics
Graphic library handle.
Definition Screen.h:40
The 'Ajax' namespace is the root name space all GM6000 application specific source code.
Data type for time in seconds with a 'fractional' millisecond precision.
Definition ElapsedTime.h:35