Skip to content

v0.2.0

Compare
Choose a tag to compare
@Finomnis Finomnis released this 09 Jun 12:33
· 32 commits to main since this release

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