-
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_GPS to 3.6.4 from 3.6.3: > Revert version to right version > Merge pull request adafruit/Adafruit_CircuitPython_GPS#47 from fvzeppelin/master Updating https://github.com/adafruit/Adafruit_CircuitPython_ICM20X to 2.0.1 from 2.0.0: > Merge pull request adafruit/Adafruit_CircuitPython_ICM20X#9 from kattni/update-rtd > Merge pull request adafruit/Adafruit_CircuitPython_ICM20X#8 from kattni/example-name-update Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1351 to 1.2.1 from 1.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1351#14 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_SSD1351#13 from adafruit/setup-py-disabled > build.yml: add black formatting check Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7735 to 1.1.1 from 1.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_ST7735#13 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_ST7735#12 from adafruit/setup-py-disabled > build.yml: add black formatting check Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7735R to 1.3.1 from 1.3.0: > Merge pull request adafruit/Adafruit_CircuitPython_ST7735R#19 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_ST7735R#18 from adafruit/setup-py-disabled > build.yml: add black formatting check Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7789 to 1.4.0 from 1.3.0: > Merge pull request adafruit/Adafruit_CircuitPython_ST7789#18 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_ST7789#17 from adafruit/setup-py-disabled > build.yml: add black formatting check Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_SHTC3, Adafruit_CircuitPython_SSD1351, Adafruit_CircuitPython_ST7735, Adafruit_CircuitPython_ST7735R, Adafruit_CircuitPython_ST7789
- Loading branch information
1 parent
35fe359
commit 65f2f14
Showing
7 changed files
with
12 additions
and
11 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 icm20x
updated
8 files
Submodule ssd1351
updated
7 files
+3 −0 | .github/workflows/build.yml | |
+1 −1 | adafruit_ssd1351.py | |
+1 −1 | examples/ssd1351_128x96_simpletest.py | |
+1 −1 | examples/ssd1351_simpletest.py | |
+1 −0 | requirements.txt | |
+50 −0 | setup.py | |
+0 −64 | setup.py.disabled |
Submodule st7735
updated
3 files
+3 −0 | .github/workflows/build.yml | |
+1 −1 | requirements.txt | |
+50 −0 | setup.py |
Submodule st7735r
updated
7 files
Submodule st7789
updated
12 files
+3 −0 | .github/workflows/build.yml | |
+16 −1 | adafruit_st7789.py | |
+10 −0 | docs/index.rst | |
+68 −0 | examples/st7789_240x135_pitft_simpletest.py | |
+1 −1 | examples/st7789_240x135_simpletest.py | |
+58 −0 | examples/st7789_240x240_bonnet_simpletest.py | |
+50 −0 | examples/st7789_240x240_pitft_simpletest.py | |
+1 −1 | examples/st7789_320x240_simpletest.py | |
+1 −1 | examples/st7789_simpletest.py | |
+1 −1 | examples/st7789_tft_gizmo_simpletest.py | |
+1 −1 | requirements.txt | |
+50 −0 | setup.py |