ssd1351

A Driver crate for the SSD1351, which drives 128x128 colour displays

Downloads
20.6K
Stars
16
Committers
11

Bot releases are hidden (Show)

ssd1351 - v0.5.0 Latest Release

Published by Orange-Murker 9 months ago

Breaking changes

  • Use display-interface crate for the display interface. Import SPIInterface from prelude. Use connect_interface() instead of connect_spi()
  • Updated to embedded-hal v1.0.0

Bug fixes

  • Implement fill_contiguous only when unbuffered
  • Fixed DisplayRotation being reset after .init()
  • Fixed rotation in buffered mode

Improvements

  • Performance improvements in unbuffered mode