Releases: adafruit/Adafruit_CircuitPython_RGB_Display
Added Pillow Examples
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
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
- 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
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
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
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
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!
- 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!