Skip to content

Releases: adafruit/Adafruit_CircuitPython_RGB_Display

3.10.13 - Fixed multiple issues in rgb_display_pillow_animated_gif.py example

22 Apr 20:43
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb-display.

Read the docs for info on how to use it.

3.10.12 - 1.9" and 1.47" Examples

21 Mar 13:40
686175d
Compare
Choose a tag to compare

This release updates the Pillow examples to include init commands for 1.47" and 1.9" displays. Thank you @makermelissa

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb-display.

Read the docs for info on how to use it.

3.10.11 - Updated documentation link, python version

04 Feb 21:05
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb-display.

Read the docs for info on how to use it.

3.10.10 - Removed obsolete references to ustruct

29 Dec 22:02
492474a
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb-display.

Read the docs for info on how to use it.

3.10.9 - Updated pylint version, linted

15 Nov 19:44
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb-display.

Read the docs for info on how to use it.

3.10.8 - Linted library

05 Oct 20:24
ec8a8f1
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb_display.

Read the docs for info on how to use it.

3.10.7 - Fixed minor issue with numpy usage

06 May 15:29
4ba83af
Compare
Choose a tag to compare
  • For cases where numpy was available, a list was being returned instead of a bytearray.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb_display.

Read the docs for info on how to use it.

3.10.6 - Made PyLint pass

25 Feb 19:54
736c274
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb_display.

Read the docs for info on how to use it.

3.10.5 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:30
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb_display.

Read the docs for info on how to use it.

3.10.4 - Moved to pre-commit, added licensing info

20 Jan 22:58
03c999d
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-rgb_display.

Read the docs for info on how to use it.