Releases: rust-embedded-community/ssd1306
Releases · rust-embedded-community/ssd1306
0.4.2 - 2020-12-15
0.4.1 - 2020-12-01
Changed
- #137 Replaced
TerminalModefont with a new, more consistent one. This now uses thezxpixfont 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_rotationnow resets the cursor position - (breaking) #125 Redesigned display size handling.
- (breaking) #126 Moved
resetmethod toDisplayModeTrait. If the prelude is not used, add eitheruse ssd1306::prelude::*orssd1306::mode::displaymode::DisplayModeTraitto your imports. - (breaking) #119 Remove
DisplayModeandRawMode - #120 Update to v0.4
display-interface - (breaking) #118 Change
releasemethod 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_datafrom DisplayInterface and implementations
Fixed
- #129 Fixed
Rotate90andRotate270rotation 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.