File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 6
6
#
7
7
8
8
cmake_minimum_required (VERSION 3.0 )
9
- project (epaper-central VERSION 0.1.1 )
9
+ project (epaper-central VERSION 0.2.0 )
10
10
11
11
# Build Options
12
12
option (EPAPER_CENTRAL_BUILD_EPAPERD "Build daemon reference program" ON )
Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ libepaper-central is licensed under the MIT License.
40
40
41
41
## Changelog
42
42
43
+ ### v0.2.0
44
+
45
+ * Pixmap format optimizations (Improved refresh speed)
46
+ * epaperd: Added command line option "` -D ` " to specify ZigBee radio device
47
+ * epaperd: Display error message if serial device cannot be opened
48
+ * Fix: Fixed minor offset between black and red pixels
49
+
43
50
### v0.1.1
44
51
45
52
* Fix: Added fallback install dirs in CMake configuration ([ #1 ] ( https://github.com/leso-kn/epaper-central/issues/1 ) )
You can’t perform that action at this time.
0 commit comments