Skip to content

Releases: adafruit/Adafruit_CircuitPython_RGB_Display

3.12.6 - Fix For Sphinx RTD Theme

07 Oct 22:19
Compare
Choose a tag to compare

3.12.5 - Removed Print Statements

05 Aug 21:47
ec423f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.12.4...3.12.5

Fix For Extra Color Value

20 Feb 22:21
c545d3a
Compare
Choose a tag to compare

What's Changed

  • catch only the r/g/b values when list is longer by @reza-n in #119

New Contributors

Full Changelog: 3.12.3...3.12.4

3.12.3 - Fix RGB565 Typing

04 Dec 20:33
Compare
Choose a tag to compare

What's Changed

  • Fix typing for color565 function by @makermelissa in #118
  • Unpin Sphinx version and fix for docs build inside RTD

Full Changelog: 3.12.2...3.12.3

3.12.2 - Fix RTD Theme Issue

25 Sep 15:48
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.12.1 - EyeSPI Beret Example

08 Sep 02:08
011c7d7
Compare
Choose a tag to compare

This release contains a new example for the EyeSPI Beret. Thank you @kattni.

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.12.0 - Fixes for Pillow 10.0.0

17 Jul 16:22
94b0a9a
Compare
Choose a tag to compare

This release contains changes needed in order to use the library with Pillow version 10.0.0. 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.11.3 - Updated .pylintrc, fixed jQuery

26 May 16:26
3a313a3
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.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.