Releases: adafruit/Adafruit_CircuitPython_RGB_Display
3.11.2 - Fix type annotation
Fixes a faulty type annotation that prevents use with Blinka. Thanks @tekktrik!
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.11.1 - Typing Information
This release contains typing information for function arguments and returns. Thank you @matt-land!
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.
Added support for newer 0.96-inch display
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.19 - Made copyright stay up to date in docs/conf.py
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.18 - Fixed version string
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.17 - Switched to pyproject.toml
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.16 - Added cp.org link to index.rst
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.15 - Repo documentation and config updates
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.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.