Releases: pimoroni/st7735-python
Releases · pimoroni/st7735-python
Version 1.0.0
- Rename module from ST7735 to st7735
- Port to gpiod/gpiodevice
What's Changed
- Repackage to pyproject/hatch and port to gpiod by @Gadgetoid in #33
- Tidyup, bugfixes and prep for v1.0.0 by @Gadgetoid in #34
Full Changelog: v0.0.5...v1.0.0
Version 0.0.5
What's Changed
- Add GitHub actions workflow by @Gadgetoid in #11
- Update packaging by @Gadgetoid in #15
- Tweak CI Python versions by @Gadgetoid in #18
- CI: Bump Python versions, fix tests. by @Gadgetoid in #30
- Sleep wake on off by @tomjn in #31
- Add py3 debian dependencies by @nickbroon in #26
- Issue #22 - Cannot display proper color on Adafruit 358 160x128 ST7735R TFT display by @lynniemagoo in #24
New Contributors
- @tomjn made their first contribution in #31
- @nickbroon made their first contribution in #26
- @lynniemagoo made their first contribution in #24
Full Changelog: v0.0.4...v0.0.5
Version 0.0.4 (post1)
- Repackage with Markdown README/setup.cfg
- Fix
__version__
to 0.0.4 - Update dependencies in README
Version 0.0.4
- Depend upon spidev==3.4.0 for stability fixes
- Switch from manual data chunking to spidev.xfer3()
Version 0.0.3
This is a minor release, mostly aiming to fix the backlight functionality so that it turns on/off reliably.
Additionally constants have been added to disambiguate Breakout Garden's Front and Back Chip-Select pins, so you can easily figure out which you should be using.
Examples have been updated to use the front Chip-Select pin, since this is the more sensible place to slot the LCD!
- Fixed backlight pin
- Added
set_backlight
- Added constants BG_SPI_CS_FRONT and BG_SPI_CS_BACK
- Added module
__version__
Version 0.0.2
- Support for multiple display sizes/orientations
Version 0.0.1
Initial Release.