objc

Data Fields
driver_uc8151_t Struct Reference

UC8151 display driver structure. More...

#include <drivers/drivers.h>

Collaboration diagram for driver_uc8151_t:
Collaboration graph
[legend]

Data Fields

hw_spi_tspi
 Pointer to the SPI interface.
 
hw_gpio_t dc
 Data/Command pin.
 
hw_gpio_t reset
 Reset pin.
 
hw_gpio_t busy
 Busy pin.
 
uint16_t width
 Display width in pixels.
 
uint16_t height
 Display height in pixels.
 
driver_uc8151_update_speed_t update_speed
 Current update speed.
 
driver_uc8151_rotation_t rotation
 Display rotation.
 
bool inverted
 Color inversion flag.
 
bool blocking
 Blocking mode flag.
 

Detailed Description

UC8151 display driver structure.

This structure contains the configuration and state information for a UC8151 e-paper display controller instance. The UC8151 supports various update speeds and partial refresh capabilities.

Definition at line 60 of file drivers_uc8151.h.


The documentation for this struct was generated from the following file: