Breaking changes
- Use display-interface crate for the display interface. Import
SPIInterfacefrom prelude. Useconnect_interface()instead ofconnect_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