Expand description
SSD1680 ePaper Display Driver
Used in the WeAct 2.13“ Tri-Color display
For a complete example see the example.
This driver is losely modeled after the epd-waveshare drivers but built for my needs.
§Usage
This driver does not hide that you’re working with one buffer for black/white and one for red. To display something you:
- first create a buffer (either b/w or red) and draw things onto it, preferably
with
embedded_graphics
. - then send the frame to the display driver using
driver::Ssd1680::update_bw_frame
ordriver::Ssd1680::update_red_frame
- then kick off a display update using
driver::Ssd1680::display_frame
Modules§
- B/W Color for EPDs
- Driver for interacting with SSD1680 display driver
- Graphics Support for EPDs
- Display interface using SPI
- Useful exports
Constants§
- Display height
- Maximum display height this driver supports
- Maximum display width this driver supports
- Display width