![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class defines an interface for accessing the 'hardware bits' of the Pico Display board. More...
This class defines an interface for accessing the 'hardware bits' of the Pico Display board.
The class is NOT thread safe. The application is RESPONSIBLE for ensuring thread-safe usage.
#include <Api.h>
Static Public Member Functions | |
static Driver::Button::PolledDebounced & | buttonA () noexcept |
This method returns the Button driver for the board's 'A' button. | |
static Driver::Button::PolledDebounced & | buttonB () noexcept |
This method returns the Button driver for the board's 'B' button. | |
static Driver::Button::PolledDebounced & | buttonX () noexcept |
This method returns the Button driver for the board's 'X' button. | |
static Driver::Button::PolledDebounced & | buttonY () noexcept |
This method returns the Button driver for the board's 'Y' button. | |
static Driver::LED::RedGreenBlue & | rgbLED () noexcept |
This method returns the RGB LED driver for the board's RGB LED. | |
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) | |
static void | nop () |
This method performs a 'null operation' on the display board. | |
|
staticnoexcept |
This method returns the Button driver for the board's 'A' button.
|
staticnoexcept |
This method returns the Button driver for the board's 'B' button.
|
staticnoexcept |
This method returns the Button driver for the board's 'X' button.
|
staticnoexcept |
This method returns the Button driver for the board's 'Y' button.
|
static |
This method performs a 'null operation' on the display board.
What 'null operation' means is target dependent (e.g. this method does nothing on the physical display, but on the Simulator it updates the simulation time on the GUI screen
|
staticnoexcept |
|
static |
This method sets the back-light brightness of the LCD (range: 0 - 255)
|
static |
This method is used to update the display/LCD Controller with the specified frame buffer contents.