Releases: pimoroni/inky
Releases · pimoroni/inky
Version 2.0.0
What's Changed
- Add palettes to
InkyMockImpression
class by @corranwebster in #167 - Fix parse error in dither-image-what.py by @Gadgetoid in #171
- Update graph seaborn instructions for #165 by @Gadgetoid in #170
- Fix issue 175 by replacing deprecated getsize function by @trepidacious in #180
- Add tests for set_image. by @Gadgetoid in #188
- Port to gpiod for Bookworm/Pi 5 and beyond by @Gadgetoid in #182
New Contributors
- @corranwebster made their first contribution in #167
- @trepidacious made their first contribution in #180
Full Changelog: v1.5.0...v2.0.0
Version 1.5.0
What's Changed
- UC8159 Update WIDTH and HEIGHT. by @georgeHall in #153
- Use Open Meteo API instead of Dark Sky by @helgibbons in #156
- Use built-in mock library by @waveform80 in #151
- CI: Bump Python version, fix pytest. by @Gadgetoid in #157
- Driver/ac073tc1a a7 by @ageeandakeyboard in #158
New Contributors
- @georgeHall made their first contribution in #153
- @waveform80 made their first contribution in #151
- @ageeandakeyboard made their first contribution in #158
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
- Add support for new SSD1683-based Inky WHAT displays.
Version 1.3.2
- BugFix: (ish) handle busy_wait failure cases for UC8159 (Inky Impression)
Version 1.3.1
What's Changed
- Fix 7 colour examples, correct EEPROM info, tweak readme by @helgibbons in #135
- Fix uc8159 detection of 4" vs 5.7" variants by @Gadgetoid in #137
New Contributors
- @helgibbons made their first contribution in #135
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Fix set_image reshape for #93 by @Gadgetoid in #120
- Add mocking support to auto() by @Gadgetoid in #121
- Fix typo for #130 by @Gadgetoid in #131
- Feature/uc8159 640x400 by @Gadgetoid in #133
Full Changelog: v1.2.2...v1.3.0
Version 1.2.2
- BugFix: Raise Impression/7Color/UC8159 busy wait timeout from 15s to 30s
Version 1.2.1
- BugFix: inky high-temp red fix
- Enhancement: SSD1608 (250x122) set_border support
Version 1.2.0
- inky impression set_border support
- fix inky impression orange colour
- fix inky impression ivnalid arg bug for Python 2
- add inky impression simulator
Version 1.1.1
- Enhancement: drive UC81559 CS with GPIO to avoid conflict with Grow workaround
- Add 7-colour/UC8159 specifics to EEPROM
- BugFix: define UC8159 colour and size constants in class
- BugFix: fix auto to grab args properly, support UC8159 and fallback gracefully