Releases: adafruit/Adafruit_CircuitPython_RGB_Display
Updated with lint and autobundling!
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!
- Prep for CircuitPython 3.x which will have
struct
instead ofustruct
. 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+
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
- 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
The examples requires CircuitPython 0.9.4+!
- Switch example code to
nativeio
split APIs.
Initial release for Travis MPY generation
1.0.0 Create .travis.yml