2#ifndef Driver_PicoDisplay_Api_h_
3#define Driver_PicoDisplay_Api_h_
17#include "colony_config.h"
18#include "pico_graphics.hpp"
23#ifndef OPTION_DRIVER_PICO_DISPLAY_LCD_WIDTH
24#define OPTION_DRIVER_PICO_DISPLAY_LCD_WIDTH 240
28#ifndef OPTION_DRIVER_PICO_DISPLAY_LCD_HEIGHT
29#define OPTION_DRIVER_PICO_DISPLAY_LCD_HEIGHT 135
35namespace PicoDisplay {
66 static
void updateLCD( pimoroni::PicoGraphics& graphics );
This class defines an interface for accessing the 'hardware bits' of the Pico Display board.
Definition Api.h:44
static Driver::Button::PolledDebounced & buttonX() noexcept
This method returns the Button driver for the board's 'X' button.
static Driver::LED::RedGreenBlue & rgbLED() noexcept
This method returns the RGB LED driver for the board's RGB LED.
static void nop()
This method performs a 'null operation' on the display board.
static Driver::Button::PolledDebounced & buttonB() noexcept
This method returns the Button driver for the board's 'B' button.
static Driver::Button::PolledDebounced & buttonY() noexcept
This method returns the Button driver for the board's 'Y' button.
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 Driver::Button::PolledDebounced & buttonA() noexcept
This method returns the Button driver for the board's 'A' button.