Releases: adafruit/Adafruit_CircuitPython_RGB_Display
3.10.14 - Button Debouncing in Gif Example
This release contains an updated gif example script to use debouncing on the buttons for previous and next image in the list. Thank @nerdcorenet for bringing attention to this issue.
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.13 - Fixed multiple issues in rgb_display_pillow_animated_gif.py example
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
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
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
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
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
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
- 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
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
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.