You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
14
14
### Changed
15
15
16
+
-**(breaking)**[#129](https://github.com/jamwaffles/ssd1306/pull/129)`TerminalMode::set_rotation` now resets the cursor position
16
17
-**(breaking)**[#125](https://github.com/jamwaffles/ssd1306/pull/125) Redesigned display size handling.
17
18
-**(breaking)**[#126](https://github.com/jamwaffles/ssd1306/pull/126) Moved `reset` method to `DisplayModeTrait`. If the prelude is not used, add either `use ssd1306::prelude::*` or `ssd1306::mode::displaymode::DisplayModeTrait` to your imports.
18
19
-**(breaking)**[#119](https://github.com/jamwaffles/ssd1306/pull/119) Remove `DisplayMode` and `RawMode`
@@ -21,6 +22,10 @@
21
22
-**(breaking)**[#116](https://github.com/jamwaffles/ssd1306/pull/116) Replace custom I2C and SPI interfaces by generic [`display-interface`](https://crates.io/crates/display-interface)
22
23
-**(breaking)**[#113](https://github.com/jamwaffles/ssd1306/pull/113) Removed public `send_bounded_data` from DisplayInterface and implementations
23
24
25
+
### Fixed
26
+
27
+
-[#129](https://github.com/jamwaffles/ssd1306/pull/129) Fixed `Rotate90` and `Rotate270` rotation modes for `TerminalMode`
0 commit comments