v0.2.0
Breaking Changes
- Bump dependencies
embedded-graphics
:0.7.1
->0.8.0
embedded-graphics-core
:0.3.3
->0.4.0
- Rework API to make SPI bus sharing possible
- Background: Some displays have a font as SPI storage attached to the same bus
- Update existing examples; the display buffer has to be allocated manually now.
This also has the advantage that it can be put into static memory now. - Add example that demonstrates a shared bus