uc8159 0.1.1

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

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.