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
+11-44Lines changed: 11 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,47 +1,20 @@
1
1
# Changelog
2
2
3
-
`ssd1331` is a Rust driver for the SSD1331 OLED display driver/module. It implements the
4
-
`embedded-hal` traits to allow easy integration with embedded Rust projects using an SPI interface.
3
+
[`ssd1331`](https://crates.io/crates/ssd1331) is a Rust driver for the SSD1331 OLED display
4
+
driver/module. It implements the `embedded-hal` traits to allow easy integration with embedded Rust
5
+
projects using an SPI interface.
5
6
6
-
## Unreleased
7
+
<!-- next-header -->
7
8
8
-
### Added
9
+
##[Unreleased] - ReleaseDate
9
10
10
-
- None
11
+
## [0.2.0-alpha.2]
11
12
12
13
### Changed
13
14
14
15
-**(breaking)** Upgraded to embedded-graphics 0.6.0-alpha.3
15
-
- Migrated from Travis to CircleCI for repo builds
16
-
17
-
### Fixed
18
-
19
-
- Tell docs.rs to build against `x86_64-unknown-linux-gnu` so doc builds work again
20
16
21
-
### Security
22
-
23
-
- None
24
-
25
-
## 0.2.0-alpha.2
26
-
27
-
### Added
28
-
29
-
- None
30
-
31
-
### Changed
32
-
33
-
-**(breaking)** Upgraded to embedded-graphics 0.6.0-alpha.3
34
-
- Migrated from Travis to CircleCI for repo builds
35
-
36
-
### Fixed
37
-
38
-
- Tell docs.rs to build against `x86_64-unknown-linux-gnu` so doc builds work again
39
-
40
-
### Security
41
-
42
-
- None
43
-
44
-
## 0.2.0-alpha.1
17
+
## [0.2.0-alpha.1]
45
18
46
19
The driver has been drastically simplified with removal of the `RawMode` and `GraphicsMode` structs, as well as the `Builder`.
47
20
@@ -126,19 +99,13 @@ disp.rotation();
126
99
127
100
See above items about removal of `Builder` struct.
128
101
129
-
### Deprecated
130
-
131
-
- None
132
-
133
102
### Removed
134
103
135
104
-**(breaking)** Removed `RawMode` and `GraphicsMode` traits. The `.set_pixel()` and `.draw()` methods can now be used directly on the `Ssd1331` struct.
0 commit comments