Releases: Finomnis/st7565
Releases · Finomnis/st7565
v0.6.0
Breaking Changes
- Update
embedded-hal
to 1.0
- Update
display-interface
to 0.5
v0.5.0
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
Breaking Changes
- Add
DisplaySpecs::COLUMN_OFFSET
(#20 by @agrif)
- Use
DisplaySpecs::COLUMN_OFFSET
to correct the width of DOGL128_6_EXT12V
v0.3.0
Breaking Changes
- Expose driver modes
- Makes driver states writable; required for usage in RTIC
Changes
- Add
DOGL128_6_EXT12V
display specification
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
v0.1.6
- Fix: GMG12864 display was inverted (#6 )
v0.1.5
- Add: Display configuration for GMG12864 (#4)
v0.1.4
- Fix: Rendering out of bounds no longer crashes
v0.1.3
- Fix broken license link in README