Display controller parameters. More...
Display controller parameters.
Definition at line 72 of file epd_bw_spi.h.
#include <epd_bw_spi.h>
Data Fields | |
| uint8_t | vcom | 
| VCOM voltage level.   | |
| const uint16_t | size_x | 
| supported number of horizontal pixels   | |
| const uint16_t | size_y | 
| supported number of vertical pixels   | |
| const uint8_t | lut_size | 
| size of the waveform lookup table   | |
| const uint8_t * | lut_full | 
| lookup table for a full display refresh   | |
| const uint8_t * | lut_part | 
| lookup table for a partial display refresh   | |
| const uint8_t* epd_bw_spi_controller_t::lut_full | 
lookup table for a full display refresh
Definition at line 77 of file epd_bw_spi.h.
| const uint8_t* epd_bw_spi_controller_t::lut_part | 
lookup table for a partial display refresh
Definition at line 78 of file epd_bw_spi.h.
| const uint8_t epd_bw_spi_controller_t::lut_size | 
size of the waveform lookup table
Definition at line 76 of file epd_bw_spi.h.
| const uint16_t epd_bw_spi_controller_t::size_x | 
supported number of horizontal pixels
Definition at line 74 of file epd_bw_spi.h.
| const uint16_t epd_bw_spi_controller_t::size_y | 
supported number of vertical pixels
Definition at line 75 of file epd_bw_spi.h.
| uint8_t epd_bw_spi_controller_t::vcom | 
VCOM voltage level.
Definition at line 73 of file epd_bw_spi.h.