Releases: adafruit/Adafruit_CircuitPython_RGB_Display
Added PiTFT Animated Gif Player
Added a basic PiTFT Animated Gif Player with lots of room for improvement :)
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 Feature to draw Non-fullscreen images
- Added Feature to draw subscreen images thanks to @Johennes
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.
NumPy support added and Pillow Example Pins updated
- NumPy support added for faster drawing thanks to @Johennes
- Pins in Pillow Examples updated to match PiTFT Pin out
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.
Fixed pins in 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 code to turn on backlight for Mini PiTFT Stats 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.
Fixed logic in minipitfttest 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.
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.