Skip to content

Releases: pimoroni/st7735-python

Version 1.0.0

15 Nov 10:32
432a58f
Compare
Choose a tag to compare
  • Rename module from ST7735 to st7735
  • Port to gpiod/gpiodevice

What's Changed

Full Changelog: v0.0.5...v1.0.0

Version 0.0.5

07 Aug 10:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

Version 0.0.4 (post1)

06 Sep 12:55
Compare
Choose a tag to compare
  • Repackage with Markdown README/setup.cfg
  • Fix __version__ to 0.0.4
  • Update dependencies in README

Version 0.0.4

20 Mar 12:21
7ceb945
Compare
Choose a tag to compare
  • Depend upon spidev==3.4.0 for stability fixes
  • Switch from manual data chunking to spidev.xfer3()

Version 0.0.3

03 Apr 23:07
Compare
Choose a tag to compare

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

03 Apr 21:33
Compare
Choose a tag to compare
  • Support for multiple display sizes/orientations

Version 0.0.1

03 Apr 10:12
Compare
Choose a tag to compare

Initial Release.