Skip to content

Releases: Finomnis/st7565

v0.6.0

20 Oct 07:34
126dd80
Compare
Choose a tag to compare

Breaking Changes

  • Update embedded-hal to 1.0
  • Update display-interface to 0.5

v0.5.0

22 May 10:39
6cc34c5
Compare
Choose a tag to compare

Breaking Changes

  • Move some API functions to common interface:
    • set_line_offset
    • set_inverted
    • display_all_points

Changes

  • Fix line offset not being properly reset

v0.4.0

20 May 13:07
Compare
Choose a tag to compare

Breaking Changes

  • Add DisplaySpecs::COLUMN_OFFSET (#20 by @agrif)
  • Use DisplaySpecs::COLUMN_OFFSET to correct the width of DOGL128_6_EXT12V

v0.3.1

12 Nov 13:11
64b7a21
Compare
Choose a tag to compare

Changes

  • Add MSRV to Cargo.toml

v0.3.0

16 Aug 23:08
Compare
Choose a tag to compare

Breaking Changes

  • Expose driver modes
    • Makes driver states writable; required for usage in RTIC

Changes

  • Add DOGL128_6_EXT12V display specification

v0.2.0

09 Jun 12:33
Compare
Choose a tag to compare

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

v0.1.6

07 Jan 13:49
Compare
Choose a tag to compare
  • Fix: GMG12864 display was inverted (#6 )

v0.1.5

07 Jan 13:01
Compare
Choose a tag to compare
  • Add: Display configuration for GMG12864 (#4)

v0.1.4

20 Sep 17:59
Compare
Choose a tag to compare
  • Fix: Rendering out of bounds no longer crashes

v0.1.3

16 Aug 19:43
Compare
Choose a tag to compare
  • Fix broken license link in README