Releases: rust-embedded-community/ssd1306
Releases · rust-embedded-community/ssd1306
0.4.1 - 2020-12-01
Changed
- #137 Replaced
TerminalMode
font with a new, more consistent one. This now uses thezxpix
font from https://jared.geek.nz/2014/jan/custom-fonts-for-microcontrollers.
0.4.0 - 2020-08-03
Added
- #121 Added brightness control with the
set_brightness()
method. - #118
DisplayModeTrait::into_properties()
new method that consumes the driver and returns theDisplayProperties
Changed
- (breaking) #129
TerminalMode::set_rotation
now resets the cursor position - (breaking) #125 Redesigned display size handling.
- (breaking) #126 Moved
reset
method toDisplayModeTrait
. If the prelude is not used, add eitheruse ssd1306::prelude::*
orssd1306::mode::displaymode::DisplayModeTrait
to your imports. - (breaking) #119 Remove
DisplayMode
andRawMode
- #120 Update to v0.4
display-interface
- (breaking) #118 Change
release
method to return the display interface instead of theDisplayProperties
. - (breaking) #116 Replace custom I2C and SPI interfaces by generic
display-interface
- (breaking) #113 Removed public
send_bounded_data
from DisplayInterface and implementations
Fixed
- #129 Fixed
Rotate90
andRotate270
rotation modes forTerminalMode
v0.3.0-alpha.4
Release ssd1306 0.3.0-alpha.4
Initial release
Initial release, supports GraphicsMode
and TerminalMode
. Read the announcement blog post.