Skip to content

Releases: adafruit/Adafruit_CircuitPython_ST7789

1.5.5 - Added example for Waveshare Pico LCD 1.3

15 Feb 20:29
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.5.4 - Updated documentation link, python version

04 Feb 20:33
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.5.3 - Updated pylint version, linted

15 Nov 18:57
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.5.2 - Add ST7789 example for Pimoroni Pico Display Pack 2.0

12 Oct 14:52
08cca12
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.5.1 - Added 280x240 example

07 Sep 20:36
460e971
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.5.0 - Removed max_size parameter

16 Jul 12:30
9020acb
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.4.5 - Moved pylint from build.yml to .pre-commit-config.yml

03 Mar 00:03
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.4.4 - Created st7789_240x240_simpletest_Pimoroni_Pico_Explorer.py example

23 Feb 19:52
451ba7f
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.4.3 - Created st7789_240x135_simpletest_Pimoroni_Pico_Display_Pack.py example, hardcoded Black and REUSE version

11 Feb 19:26
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.

1.4.2 - Moved to pre-commit, added licensing info

20 Jan 22:57
ee92f2f
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-st7789.

Read the docs for info on how to use it.