File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -8,24 +8,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
8
## [ Unreleased]
9
9
10
10
### Added
11
+
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ v0.5.0] - 2021-11-28
17
+
18
+ ### Added
19
+
11
20
- Added QuickRefresh Trait and implemented it for EPD4in2 in #62 (thanks to @David-OConnor )
12
21
- Added Epd 2in7 (B) support in #60 (thanks to @pjsier )
13
22
- Added Epd 7in5 HD support (thanks to @whiite )
14
23
- Added Epd 2in9 V2 support in #73 & #74 (thanks to @andber1 )
24
+ - Added Epd 2in13 (BC) support in #75 (thanks to @Irbalt )
25
+ - Added Color conversion methods in #87 & #88 (thanks to @crzysdrs )
26
+ - Provide full QuickRefresh interface for 4.2 inch display in #81 (thanks to @sirhcel )
27
+
15
28
16
29
### Changed
17
30
31
+ - Updated embedded-graphics to 0.7 and switch to e-g-core #78 (@Irbalt ) & #85 (@jamwaffles )
18
32
- Use specific ParseColorError instead of ()
19
33
- Epd4in2: Don't set the resolution (and some more) over and over again (#48 )
20
34
- Removed ` #[allow(non_camel_case_types)] ` to fix various issues around it
21
35
- Added Delay to QuickRefresh Trait due to #74 (thanks to @andber1 )
36
+ - Write data over SPI 1 byte at a time due to #82 (thanks to @belak )
37
+ - Enable drawing in three colors for epd2in13bc in #76 (thanks to @Irbalt )
22
38
23
39
24
-
25
- ## [ v0.5.0]
26
-
27
- TODO!
28
-
29
40
## [ v0.4.0] - 2020-04-06
30
41
31
42
### Added
You can’t perform that action at this time.
0 commit comments