-
Notifications
You must be signed in to change notification settings - Fork 198
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@761055f)
Updating https://github.com/adafruit/Adafruit_CircuitPython_ACeP7In to 1.0.0 from 0.8.8: > Merge pull request adafruit/Adafruit_CircuitPython_ACeP7In#7 from FoamyGuy/remove_8x_displayio Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SH1106 to 2.0.0 from 1.4.2: > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_SH1106#22 from FoamyGuy/ruff_and_remove_8x_compat Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SH1107 to 2.0.0 from 1.7.3: > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_SH1107#26 from FoamyGuy/use_ruff_remove_8x_compatibility Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306 to 3.0.0 from 2.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_SSD1306#50 from FoamyGuy/use_ruff_and_remove_8x_compat Updating https://github.com/adafruit/Adafruit_CircuitPython_EK79686 to 2.0.0 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_EK79686#2 from FoamyGuy/use_ruff_remove_8x_compat Updating https://github.com/adafruit/Adafruit_CircuitPython_HX8357 to 2.0.0 from 1.4.5: > Merge pull request adafruit/Adafruit_CircuitPython_HX8357#25 from FoamyGuy/use_ruff_and_remove_8x_compat Updating https://github.com/adafruit/Adafruit_CircuitPython_IL0373 to 2.0.0 from 1.4.3: > Merge pull request adafruit/Adafruit_CircuitPython_IL0373#33 from FoamyGuy/use_ruff_remove_8x_compat Updating https://github.com/adafruit/Adafruit_CircuitPython_IL91874 to 2.0.0 from 1.4.2: > Merge pull request adafruit/Adafruit_CircuitPython_IL91874#20 from FoamyGuy/use_ruff_remove_8x_compat Updating https://github.com/adafruit/Adafruit_CircuitPython_ILI9341 to 2.0.0 from 1.5.2: > Merge pull request adafruit/Adafruit_CircuitPython_ILI9341#41 from FoamyGuy/use_ruff_remove_8x_compat Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1325 to 2.0.0 from 1.5.4: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1325#20 from FoamyGuy/use_ruff_remove_8x_compat Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1331 to 2.0.0 from 1.4.3: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1331#19 from FoamyGuy/use_ruff_remove_8x_comat Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1675 to 2.0.0 from 1.3.3: > Merge pull request adafruit/Adafruit_CircuitPython_SSD1675#19 from FoamyGuy/use_ruff_remove_8x_comapt Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 6.0.0 from 5.10.2: > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#129 from justmobilize/remove-secrets-usage
- Loading branch information
1 parent
25e3bd4
commit 7cd52f5
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Submodule acep7in
updated
8 files
+11 −0 | .gitattributes | |
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+4 −9 | README.rst | |
+8 −13 | adafruit_acep7in.py | |
+2 −6 | docs/conf.py | |
+6 −15 | examples/acep7in_simpletest.py | |
+100 −0 | ruff.toml |
Submodule displayio_sh1106
updated
9 files
+11 −0 | .gitattributes | |
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+4 −9 | adafruit_displayio_sh1106.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+4 −13 | examples/displayio_sh1106_simpletest.py | |
+100 −0 | ruff.toml |
Submodule displayio_sh1107
updated
12 files
+11 −0 | .gitattributes | |
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+5 −16 | adafruit_displayio_sh1107.py | |
+3 −0 | docs/api.rst | |
+2 −6 | docs/conf.py | |
+0 −1 | examples/displayio_sh1107_game_of_life.py | |
+7 −23 | examples/displayio_sh1107_mono_128x128_test.py | |
+3 −3 | examples/displayio_sh1107_random_motion.py | |
+3 −7 | examples/displayio_sh1107_simpletest.py | |
+100 −0 | ruff.toml |
Submodule displayio_ssd1306
updated
11 files
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+11 −10 | adafruit_displayio_ssd1306.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+1 −0 | examples/displayio_ssd1306_64x32_simpletest.py | |
+1 −0 | examples/displayio_ssd1306_featherwing.py | |
+3 −1 | examples/displayio_ssd1306_picowbell_tempsensor.py | |
+5 −17 | examples/displayio_ssd1306_simpletest.py | |
+100 −0 | ruff.toml |
Submodule ek79686
updated
8 files
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+11 −16 | adafruit_ek79686.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+9 −16 | examples/ek79686_simpletest.py | |
+100 −0 | ruff.toml |
Submodule hx8357
updated
9 files
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+5 −4 | README.rst | |
+20 −18 | adafruit_hx8357.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+4 −2 | examples/hx8357_pitft_simpletest.py | |
+4 −2 | examples/hx8357_simpletest.py | |
+100 −0 | ruff.toml |
Submodule il0373
updated
14 files
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+19 −22 | adafruit_il0373.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+3 −1 | examples/il0373_1.54_color.py | |
+2 −0 | examples/il0373_2.13_color.py | |
+2 −0 | examples/il0373_2.9_color.py | |
+5 −5 | examples/il0373_2.9_grayscale.py | |
+3 −1 | examples/il0373_flexible_2.13_monochrome.py | |
+3 −1 | examples/il0373_flexible_2.9_monochrome.py | |
+4 −4 | examples/il0373_simpletest.py | |
+100 −0 | ruff.toml |
Submodule il91874
updated
8 files
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+5 −4 | README.rst | |
+5 −4 | adafruit_il91874.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+9 −17 | examples/il91874_simpletest.py | |
+100 −0 | ruff.toml |
Submodule ili9341
updated
11 files
+11 −0 | .gitattributes | |
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+17 −26 | adafruit_ili9341.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+4 −7 | examples/ili9341_pitft_simpletest.py | |
+4 −7 | examples/ili9341_shield_simpletest.py | |
+4 −7 | examples/ili9341_simpletest.py | |
+100 −0 | ruff.toml |
Submodule ssd1325
updated
9 files
+11 −0 | .gitattributes | |
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+5 −9 | adafruit_ssd1325.py | |
+3 −7 | docs/conf.py | |
+3 −6 | examples/ssd1325_gamma.py | |
+7 −20 | examples/ssd1325_simpletest.py | |
+100 −0 | ruff.toml |
Submodule ssd1331
updated
9 files
+11 −0 | .gitattributes | |
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+3 −3 | README.rst | |
+22 −22 | adafruit_ssd1331.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+3 −8 | examples/ssd1331_simpletest.py | |
+100 −0 | ruff.toml |
Submodule ssd1675
updated
11 files
+11 −0 | .gitattributes | |
+11 −32 | .pre-commit-config.yaml | |
+0 −399 | .pylintrc | |
+4 −9 | README.rst | |
+6 −6 | adafruit_ssd1675.py | |
+3 −0 | docs/api.rst | |
+3 −7 | docs/conf.py | |
+5 −12 | examples/ssd1675_2.13_monochrome.py | |
+4 −10 | examples/ssd1675_four_corners.py | |
+5 −11 | examples/ssd1675_simpletest.py | |
+100 −0 | ruff.toml |
Submodule adafruitio
updated
23 files