-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@b025932)
Updating https://github.com/adafruit/Adafruit_CircuitPython_HX8357 to 1.2.2 from 1.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_HX8357#13 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_HX8357#12 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_HX8357#11 from adafruit/setup-py-disabled > build.yml: add black formatting check Updating https://github.com/adafruit/Adafruit_CircuitPython_ILI9341 to 1.2.2 from 1.2.1: > Merge pull request adafruit/Adafruit_CircuitPython_ILI9341#23 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_HX8357
- Loading branch information
1 parent
5e4f624
commit 72c3075
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule hx8357
updated
7 files
+3 −0 | .github/workflows/build.yml | |
+2 −0 | adafruit_hx8357.py | |
+49 −0 | examples/hx8357_pitft_simpletest.py | |
+1 −1 | examples/hx8357_simpletest.py | |
+1 −0 | requirements.txt | |
+50 −0 | setup.py | |
+0 −64 | setup.py.disabled |
Submodule ili9341
updated
2 files
+14 −0 | adafruit_ili9341.py | |
+52 −0 | examples/ili9341_pitft_simpletest.py |