UC8151 display driver structure. More...
#include <drivers/drivers.h>
Data Fields | |
hw_spi_t * | spi |
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. | |
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.