ssd1619a
Driver for the Solomon Systech SSD1619A e-Paper display controller for embedded-graphics.
It has been tested on a WeAct Studio 4.2″ EPD module that uses a display assembly made by Holitech.
Goals
As of ssd1619a v0.1, the driver supports B/W modules and provides a blocking API for updating
the display. It requires the use of a framebuffer with a capacity of 15000 bytes of graphics data
for a native resolution of 400×300 pixels. Partial screen refresh is not supported; this crate is
intended for displaying graphics and text that do not have any motion.
Examples
[]
= "0.1.0"
Minimum supported Rust version
The minimum supported Rust version for ssd1619a is 1.89.
License
The source code of ssd1619a is dual-licensed under:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.