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
* Changes based on discussion
* Add CHANGELOG entry
* Run cargo fmt
* Fix broken example
* Change method name to better reflect its purpose
* Remove rebase fail
* Commit suggestions
Co-authored-by: James Waples <[email protected]>
Co-authored-by: Dániel Buga <[email protected]>
Co-authored-by: James Waples <[email protected]>
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
@@ -6,10 +6,15 @@
6
6
7
7
## [Unreleased] - ReleaseDate
8
8
9
+
### Added
10
+
11
+
-[#118](https://github.com/jamwaffles/ssd1306/pull/118)`DisplayModeTrait::into_properties()` new method that consumes the driver and returns the `DisplayProperties`
12
+
9
13
### Changed
10
14
11
15
-**(breaking)**[#119](https://github.com/jamwaffles/ssd1306/pull/119) Remove `DisplayMode` and `RawMode`
12
16
-[#120](https://github.com/jamwaffles/ssd1306/pull/120) Update to v0.4 [`display-interface`](https://crates.io/crates/display-interface)
17
+
-**(breaking)**[#118](https://github.com/jamwaffles/ssd1306/pull/118) Change `release` method to return the display interface instead of the `DisplayProperties`.
13
18
-**(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)
14
19
-**(breaking)**[#113](https://github.com/jamwaffles/ssd1306/pull/113) Removed public `send_bounded_data` from DisplayInterface and implementations
0 commit comments