SPI display device initialisation parameters. More...

Detailed Description

SPI display device initialisation parameters.

Definition at line 85 of file epd_bw_spi.h.

#include <epd_bw_spi.h>

Data Fields

spi_t spi
 SPI device that the display is connected to.
 
spi_clk_t spi_clk
 SPI clock speed to use.
 
gpio_t cs_pin
 pin connected to the CHIP SELECT line
 
gpio_t dc_pin
 pin connected to the DC line
 
gpio_t rst_pin
 pin connected to the reset line (optional)
 
gpio_t busy_pin
 pin connected to the busy line (optional)
 
bool busy_value
 expected value for the busy pin when the display is busy
 
bool dummy
 if device requires a dummy cycle before read
 
epd_bw_spi_controller_t controller
 display controller of the e-Paper display
 
epd_bw_spi_entry_mode_t entry_mode
 data entry mode
 
uint16_t size_x
 number of horizontal pixels in the display
 
uint16_t size_y
 number of vertical pixels in the display
 
uint16_t partial_refresh_max
 maximum number of partial refreshes to perform before triggering a full refresh
 

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