-
Notifications
You must be signed in to change notification settings - Fork 191
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@2dd658e)
Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1305 to 1.4.0 from 1.3.12: > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_SSD1305#18 from RetiredWizard/main Updating https://github.com/adafruit/Adafruit_CircuitPython_FocalTouch to 1.5.0 from 1.4.11: > Merge pull request adafruit/Adafruit_CircuitPython_FocalTouch#31 from Fexiven/main Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1675 to 1.3.0 from 1.2.3: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1675#18 from RetiredWizard/main Updating https://github.com/adafruit/Adafruit_CircuitPython_ST7789 to 1.6.0 from 1.5.18: > Merge pull request adafruit/Adafruit_CircuitPython_ST7789#37 from RetiredWizard/main Updating https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer to 4.4.4 from 4.4.3: > Merge pull request adafruit/Adafruit_CircuitPython_HTTPServer#72 from michalpokusa/template-example Updating https://github.com/adafruit/Adafruit_CircuitPython_Qualia to 1.0.1 from 1.0.0: > Fix Display ID in paint example Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_Qualia Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
- Loading branch information
1 parent
e4775e9
commit 525482b
Showing
8 changed files
with
331 additions
and
329 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
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule displayio_ssd1305
updated
3 files
+15 −4 | README.rst | |
+12 −5 | adafruit_displayio_ssd1305.py | |
+15 −3 | examples/displayio_ssd1305_simpletest.py |
Submodule ssd1675
updated
5 files
+8 −2 | README.rst | |
+11 −3 | adafruit_ssd1675.py | |
+10 −2 | examples/ssd1675_2.13_monochrome.py | |
+9 −2 | examples/ssd1675_four_corners.py | |
+9 −2 | examples/ssd1675_simpletest.py |
Submodule st7789
updated
16 files
Submodule httpserver
updated
6 files
+8 −3 | adafruit_httpserver/request.py | |
+3 −3 | adafruit_httpserver/server.py | |
+26 −1 | docs/examples.rst | |
+56 −0 | examples/directory_listing.tpl.html | |
+5 −3 | examples/home.html | |
+63 −0 | examples/httpserver_templates.py |