Skip to content

Releases: adafruit/Adafruit_CircuitPython_RGB_Display

Added Pillow Examples

08 Oct 17:01
6b60c34
Compare
Choose a tag to compare

Added three Pillow examples that currently only support the ILI9341. More displays to come!

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

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

Read the docs for info on how to use it.

Example names updated to reflect Repo Name

08 Oct 14:11
0f119ab
Compare
Choose a tag to compare

Example names updated to reflect Repo Name. Thanks @dherrada.

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

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

Read the docs for info on how to use it.

Image, Big Buffer, and Linux demos

26 Sep 18:15
08d82e7
Compare
Choose a tag to compare
  • Add image() support
  • Increase buffer size if on CPython
  • Add some linux demos
  • thanks @ladyada

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

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

Read the docs for info on how to use it.

Replaced DummyPin methods and properties

07 May 22:02
608dcf4
Compare
Choose a tag to compare

Replaced DummyPin methods and properties

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

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

Read the docs for info on how to use it.

Added ST7789 and HX8357 Support

06 May 20:51
1145977
Compare
Choose a tag to compare

Added ST7789 and HX8357 Display Support

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

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

Read the docs for info on how to use it.

API Tweak & Update Travis Badge In Readme

16 Jan 02:52
Compare
Choose a tag to compare

API Tweak

rgb.color565() now allows a list or tuple containing r, g, b to be passed as the first argument.


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

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

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 17:26
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Now on PyPi!

07 Aug 22:17
c563143
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

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

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

Read the docs for info on how to use it.

Documentation update.

05 Feb 03:00
670fc05
Compare
Choose a tag to compare

Thanks to @tannewt for the great work!

Updates to README

28 Jan 05:40
d47e0cc
Compare
Choose a tag to compare

Thanks to @jakebird451 for the updates!