Skip to content

Releases: adafruit/Adafruit_CircuitPython_RGB_Display

Added 240x135 1.14" Display Initializer

15 Oct 00:31
6cf96d5
Compare
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
Compare
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
Compare
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
Compare
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.

Added support for ST7789 to Pillow Examples

10 Oct 20:49
909835d
Compare
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.

Updated Image Filename in Pillow Image Example

09 Oct 21:34
6bed2c2
Compare
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.

Minor Updates to Pillow examples

09 Oct 20:48
95cac13
Compare
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 Pillow Examples

08 Oct 17:01
6b60c34
Compare
Choose a tag to compare

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

08 Oct 14:11
0f119ab
Compare
Choose a tag to compare

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

26 Sep 18:15
08d82e7
Compare
Choose a tag to compare
  • 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.