Expand description
A simple Driver for the EEI Tech VFD Displays via SPI
- Built using
embedded-hal
traits. - Graphics support is added through
embedded-graphics
Modules§
- color
- B/W Color for EPDs
- gp1287bi
- A simple Driver for the gp1287bi display for SPI
- graphics
- Graphics Support for EPDs
- prelude
- Includes everything important besides the chosen Display
Constants§
- SPI_
MODE - SPI mode - For more infos see Requirements: SPI
Functions§
- buffer_
len - Computes the needed buffer length. Takes care of rounding up in case width is not divisible by 8.