Releases: adafruit/Adafruit_CircuitPython_ST7789
1.5.5 - Added example for Waveshare Pico LCD 1.3
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
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
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
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
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
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
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
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
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
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.