Skip to content

Releases: adafruit/Adafruit_CircuitPython_RGB_Display

Now on PyPi!

07 Aug 22:17
c563143

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

Choose a tag to compare

Thanks to @tannewt for the great work!

Updates to README

28 Jan 05:40
d47e0cc

Choose a tag to compare

Thanks to @jakebird451 for the updates!

Adjust files from Linting process

26 Jan 18:03
12cbadb

Choose a tag to compare

Removed the docs folder and adding several required files.

Updated with lint and autobundling!

03 Jan 22:30
7e3ae1d

Choose a tag to compare

Thanks to @mrmcwethy for the great work!

To use in CircuitPython, download the .zip file, unzip it and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Struct!

17 Oct 01:17

Choose a tag to compare

  • Prep for CircuitPython 3.x which will have struct instead of ustruct. Thanks to @mrmcwethy

Full change list from 2.0.

To use in CircuitPython, download the .zip file, unzip it and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

2.0 Release for CircuitPython 2.0+

02 Oct 23:35

Choose a tag to compare

New release built with CircuitPython 2.0+ compatible MPY files. This ONLY works on CircuitPython 2.0 and above.

1.0.2 - Red tab ST7735

01 Sep 21:15

Choose a tag to compare

  • Adds "red tab" ST7735 support. Thanks to @deshipu

Full change list from 1.0.1.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

1.0.1 - Split nativeio

11 Apr 00:10

Choose a tag to compare

The examples requires CircuitPython 0.9.4+!

  • Switch example code to nativeio split APIs.

Initial release for Travis MPY generation

18 Jan 01:34

Choose a tag to compare