-
Notifications
You must be signed in to change notification settings - Fork 189
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@f879b24)
Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306 to 1.4.1 from 1.4.0: > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306#22 from lesamouraipourpre/pypi Updating https://github.com/adafruit/Adafruit_CircuitPython_MONSTERM4SK to 0.3.0 from 0.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_MONSTERM4SK#10 from FoamyGuy/pwmio_cp7_update Updating https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel to 6.2.1 from 6.2.0: > Merge pull request adafruit/Adafruit_CircuitPython_NeoPixel#116 from adafruit/anecdata-patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_PCA9685 to 3.3.8 from 3.3.7: > Merge pull request adafruit/Adafruit_CircuitPython_PCA9685#39 from FoamyGuy/pulseio_comment_update > Moved default branch to main Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1322 to 1.1.6 from 1.1.5: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1322#11 from lesamouraipourpre/pypi > Moved default branch to main > Moved CI to Python 3.7 > Added help text and problem matcher > Added pull request template > "Increase duplicate code check threshold " Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1327 to 1.3.1 from 1.3.0: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1327#11 from lesamouraipourpre/pypi Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1608 to 1.2.9 from 1.2.8: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1608#12 from lesamouraipourpre/pypi Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1680 to 1.0.3 from 1.0.2: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1680#3 from lesamouraipourpre/pypi Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1681 to 1.0.5 from 1.0.4: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1681#6 from lesamouraipourpre/pypi Updating https://github.com/adafruit/Adafruit_CircuitPython_Slideshow to 1.7.0 from 1.6.0: > Merge pull request adafruit/Adafruit_CircuitPython_Slideshow#37 from FoamyGuy/pulseio_comment_update Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_DisplayIO_SSD1306, Adafruit_CircuitPython_SSD1322, Adafruit_CircuitPython_SSD1327, Adafruit_CircuitPython_SSD1608, Adafruit_CircuitPython_SSD1680, Adafruit_CircuitPython_SSD1681
- Loading branch information
1 parent
13a765b
commit cf8e6ea
Showing
11 changed files
with
16 additions
and
16 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 displayio_ssd1306
updated
3 files
+7 −7 | README.rst | |
+58 −0 | setup.py | |
+0 −8 | setup.py.disabled |
Submodule ssd1322
updated
8 files
+13 −0 | .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md | |
+4 −2 | .github/workflows/build.yml | |
+19 −0 | .github/workflows/failure-help-text.yml | |
+2 −3 | .pylintrc | |
+29 −3 | README.rst | |
+0 −4 | requirements.txt | |
+57 −0 | setup.py | |
+0 −8 | setup.py.disabled |
Submodule ssd1608
updated
4 files
+27 −2 | README.rst | |
+0 −4 | requirements.txt | |
+57 −0 | setup.py | |
+0 −8 | setup.py.disabled |