Releases: adafruit/Adafruit_CircuitPython_RGB_Display
Now on PyPi!
- 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.
Thanks to @tannewt for the great work!
Updates to README
Thanks to @jakebird451 for the updates!
Adjust files from Linting process
Removed the docs folder and adding several required files.
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
structinstead 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
nativeiosplit APIs.
Initial release for Travis MPY generation
1.0.0 Create .travis.yml