60 uint16_t x1, uint16_t x2, uint16_t y1, uint16_t y2,
61 const uint16_t *color);
115 uint16_t x1, uint16_t x2, uint16_t y1, uint16_t y2,
116 const uint16_t *color);
static void disp_dev_backlight_on(void)
Enable the backlight pin.
void disp_dev_set_invert(const disp_dev_t *dev, bool invert)
Invert the display device colors.
Generic type for a display driver.
Generic type for a display device.
uint16_t disp_dev_height(const disp_dev_t *dev)
Get the height of the display device.
static void disp_dev_backlight_off(void)
Disable the backlight pin.
const disp_dev_driver_t * driver
Pointer to driver of the display device.
uint8_t disp_dev_color_depth(const disp_dev_t *dev)
Get the color depth of the display device.
void disp_dev_map(const disp_dev_t *dev, uint16_t x1, uint16_t x2, uint16_t y1, uint16_t y2, const uint16_t *color)
Map an area to display on the device.
uint16_t disp_dev_width(const disp_dev_t *dev)
Get the width of the display device.