Skip to content

Releases: adafruit/Adafruit_CircuitPython_RGB_Display

3.11.2 - Fix type annotation

28 Apr 13:12
bb7c99a
Compare
Choose a tag to compare

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

27 Apr 00:22
6ca6455
Compare
Choose a tag to compare

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

06 Feb 16:43
d7ebf6d
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.19 - Made copyright stay up to date in docs/conf.py

26 Aug 02:22
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.18 - Fixed version string

22 Aug 18:45
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.17 - Switched to pyproject.toml

09 Aug 19:49
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.16 - Added cp.org link to index.rst

09 Jun 18:17
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.15 - Repo documentation and config updates

07 Jun 17: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.14 - Button Debouncing in Gif Example

02 May 20:55
65838c3
Compare
Choose a tag to compare

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

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.