Commit 019bbbe 1 parent d04e68b commit 019bbbe Copy full SHA for 019bbbe
File tree 2 files changed +38
-1
lines changed
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.29.0
2
+ ---
3
+ - ** new devices**
4
+ - ** epd1in54**
5
+ - Waveshare 1.54inch B/W e-Paper display (#704 )
6
+ - ** touch**
7
+ - add capacitive touch sensing on normal GPIO pins
8
+ - ** INA219**
9
+ - I2C INA219 driver (#705 )
10
+ - ** pcf8591**
11
+ - add ADC only implementation for I2C ADC/DAC (#690 )
12
+
13
+ - ** enhancements**
14
+ - ** pixel**
15
+ - add NewImageFromBytes() function to allow creating image from existing slice
16
+ - ** servo**
17
+ - Add function ` SetAngleWithMicroseconds ` (#695 )
18
+ - ** onewire**
19
+ - onewire improvements
20
+ - ** ssd1306**
21
+ - Add function ` SetFlip ` and ` GetFlip ` (#702 )
22
+ - ** uc8151**
23
+ - add FillRectangle() and SetScroll() functions to satisfy tinyterm.Displayer interface
24
+ - ** ssd1306**
25
+ - add FillRectangle() and SetScroll() functions to satisfy tinyterm.Displayer interface
26
+
27
+ - ** bugfixes**
28
+ - ** pixel**
29
+ - fix Monochrome setPixel
30
+
31
+ - ** docs**
32
+ - ** readme**
33
+ - discuss need to change variables in examples
34
+ - ** sponsor**
35
+ - Add sponsor button to key repositories
36
+
37
+
1
38
0.28.0
2
39
---
3
40
- ** new devices**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package drivers
2
2
3
3
// Version returns a user-readable string showing the version of the drivers package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.28 .0"
5
+ const Version = "0.29 .0"
You can’t perform that action at this time.
0 commit comments