Skip to content

Commit 019bbbe

Browse files
committed
Prepare for release 0.29
Signed-off-by: deadprogram <[email protected]>
1 parent d04e68b commit 019bbbe

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
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+
138
0.28.0
239
---
340
- **new devices**

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package drivers
22

33
// Version returns a user-readable string showing the version of the drivers package for support purposes.
44
// Update this value before release of new version of software.
5-
const Version = "0.28.0"
5+
const Version = "0.29.0"

0 commit comments

Comments
 (0)