1#ifndef Ajax_Ui_PicoDisplay_h_
2#define Ajax_Ui_PicoDisplay_h_
This class defines the Screen Manager's interface to Graphic library.
Definition DisplayApi.h:29
This concrete class implements the Ajax::ScreenMgr::DisplayApi using the Driver::PicoDisplay driver.
Definition PicoDisplay.h:30
pimoroni::PicoGraphics & m_graphicsLibrary
Graphic library instance.
Definition PicoDisplay.h:77
bool start() noexcept
See Ajax::ScreenMsg::DisplayApi.
Definition PicoDisplay.h:40
void stop() noexcept
See Ajax::ScreenMsg::DisplayApi.
Definition PicoDisplay.h:48
bool turnOn() noexcept
See Ajax::ScreenMsg::DisplayApi.
Definition PicoDisplay.h:68
bool turnOff() noexcept
See Ajax::ScreenMsg::DisplayApi.
Definition PicoDisplay.h:61
PicoDisplay(pimoroni::PicoGraphics &graphicsLibrary)
Constructor.
Definition PicoDisplay.h:33
bool update() noexcept
See Ajax::ScreenMsg::DisplayApi.
Definition PicoDisplay.h:54
static void updateLCD(pimoroni::PicoGraphics &graphics)
This method is used to update the display/LCD Controller with the specified frame buffer contents.
static void setLCDBrightness(uint8_t brightnessLevel)
This method sets the back-light brightness of the LCD (range: 0 - 255)
The 'Ajax' namespace is the root name space all GM6000 application specific source code.