#display #e-ink #controller #driver #found #pimoroni #impression

uc8159

A driver for the uc8159 e-ink controller, found for example in the Pimoroni Inky Impression display

2 releases

0.1.1 Jan 24, 2021
0.1.0 Jan 24, 2021

#1282 in Hardware support

21 downloads per month

Apache-2.0

15KB
281 lines

uc8159

This is a driver crate for accessing the uc8159 E-Ink display controller. For now, most of the options are hard-coded for the Pimoroni Inky Impression display as that's the only one I own, so proposing changes to add more features is most welcome!

Usage

Get started by creating a Display instance. Populate the display buffer by using fill, copy_from, set_pixel, etc. When you want to display the buffer contents to the screen, use show.

Dependencies

~71KB