Skip to content

Releases: adafruit/Adafruit_CircuitPython_RGB_Display

Added PiTFT Animated Gif Player

03 Jan 19:41
15fe750

Choose a tag to compare

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

26 Nov 00:33
b236966

Choose a tag to compare

  • 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

20 Nov 19:24
4b496c2

Choose a tag to compare

  • 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

05 Nov 17:14
69569e7

Choose a tag to compare

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

25 Oct 00:10
9e71591

Choose a tag to compare

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

23 Oct 23:08
b17fd2b

Choose a tag to compare

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

15 Oct 00:31
6cf96d5

Choose a tag to compare

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

11 Oct 20:49
befedf2

Choose a tag to compare

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

11 Oct 17:56
aed3b0d

Choose a tag to compare

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

11 Oct 00:13
eab4823

Choose a tag to compare

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.