Releases: adafruit/Adafruit_CircuitPython_RGB_Display
Added 240x135 1.14" Display Initializer
Added 240x135 1.14" Display Initializer to the Pillow examples
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 SSD1331 and SSD1351 support to Pillow Examples
Added SSD1331 and SSD1351 support to Pillow Examples
Fixed issue with SSD1351 not working with 1.27" Display
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 ST7735R Support to Pillow Examples
Added ST7735R support to Pillow examples.
Added BGR parameter for color correction to the ST7735R MiniTFT display.
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 rotation property to initializer and HX8357 Support to Pillow Examples
All displays can now be passed a rotation property upon initialization so that calls to image don't require passing it each time.
Updated Pillow Examples to add HX8357 support and updated to reflect new initializer property.
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 support for ST7789 to Pillow Examples
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.
Updated Image Filename in Pillow Image Example
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.
Minor Updates to Pillow examples
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 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.