sh1107
is a Rust driver for the SH1107 OLED display. It supports
embedded-graphics or raw pixel drawing modes and works
with the embedded-hal traits for maximum portability.
- First working version with sh1107, still has some quirks but uses the full display.
- Forked from https://github.com/jamwaffles/sh1106.