MabezDev / ssd1351

A Driver crate for the SSD1351, which drives 128x128 colour displays
16 stars 14 forks source link

Use display-interface crate #25

Closed Orange-Murker closed 8 months ago

Orange-Murker commented 8 months ago

The display-interface crate has multiple implementations including display-interface-spi and display-interface-parallel-gpio, both of which are supported by SSD1351. This trait also keeps up to date with latest embedded-hal releases reducing the need to manually update many parts when braking changes are introduced by embedded-hal.