Compare commits

..

No commits in common. "master" and "library-example-drive-pictures" have entirely different histories.

33 changed files with 32 additions and 45 deletions

View file

@ -4,6 +4,8 @@ on:
schedule:
- cron: '0 10 * * *'
workflow_dispatch:
push:
branches: [master]
concurrency:
group: folder-images
@ -20,8 +22,6 @@ jobs:
- uses: actions/checkout@v2.2.0
- name: checkout submodules
run: git submodule update --init --jobs 16 --depth 1
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
@ -35,7 +35,7 @@ jobs:
- name: Generate images
run: |
find libraries -path "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images.py bundle {} +
find libraries -pattern "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images_bundle.py {} +
- name: Commit updates
run: |

6
.gitmodules vendored
View file

@ -811,9 +811,3 @@
[submodule "libraries/drivers/ov7670"]
path = libraries/drivers/ov7670
url = https://github.com/adafruit/Adafruit_CircuitPython_OV7670
[submodule "libraries/helpers/dash_display"]
path = libraries/helpers/dash_display
url = https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display
[submodule "libraries/helpers/simple-text-display"]
path = libraries/helpers/simple-text-display
url = https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display.git

View file

@ -1,7 +1,7 @@
# Adafruit CircuitPython Libraries
![Blinka Reading](https://raw.githubusercontent.com/adafruit/circuitpython-weekly-newsletter/gh-pages/assets/archives/22_1023blinka.png)
Here is a listing of current Adafruit CircuitPython Libraries. There are 273 libraries available.
Here is a listing of current Adafruit CircuitPython Libraries. There are 271 libraries available.
## Drivers:
* [Adafruit CircuitPython 74HC595](https://github.com/adafruit/Adafruit_CircuitPython_74HC595.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-74hc595)) \([Docs](https://circuitpython.readthedocs.io/projects/74hc595/en/latest/))
@ -221,7 +221,6 @@ Here is a listing of current Adafruit CircuitPython Libraries. There are 273 lib
* [Adafruit CircuitPython BusDevice](https://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-busdevice)) \([Docs](https://circuitpython.readthedocs.io/projects/busdevice/en/latest/))
* [Adafruit CircuitPython Colorsys](https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git) \([Docs](https://circuitpython.readthedocs.io/projects/colorsys/en/latest/))
* [Adafruit CircuitPython CursorControl](https://github.com/adafruit/Adafruit_CircuitPython_CursorControl.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-cursorcontrol)) \([Docs](https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/))
* [Adafruit CircuitPython Dash Display](https://github.com/adafruit/Adafruit_CircuitPython_Dash_Display) \([Docs](https://circuitpython.readthedocs.io/projects/dash_display/en/latest/))
* [Adafruit CircuitPython Debouncer](https://github.com/adafruit/Adafruit_CircuitPython_Debouncer.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-debouncer)) \([Docs](https://circuitpython.readthedocs.io/projects/debouncer/en/latest/))
* [Adafruit CircuitPython Debug I2C](https://github.com/adafruit/Adafruit_CircuitPython_Debug_I2C.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-debug-i2c)) \([Docs](https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/))
* [Adafruit CircuitPython Display Button](https://github.com/adafruit/Adafruit_CircuitPython_Display_Button.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-display-button)) \([Docs](https://circuitpython.readthedocs.io/projects/display-button/en/latest/))
@ -265,7 +264,6 @@ Here is a listing of current Adafruit CircuitPython Libraries. There are 273 lib
* [Adafruit CircuitPython Register](https://github.com/adafruit/Adafruit_CircuitPython_Register.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-register)) \([Docs](https://circuitpython.readthedocs.io/projects/register/en/latest/))
* [Adafruit CircuitPython Requests](https://github.com/adafruit/Adafruit_CircuitPython_Requests.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-requests)) \([Docs](https://circuitpython.readthedocs.io/projects/requests/en/latest/))
* [Adafruit CircuitPython ServoKit](https://github.com/adafruit/Adafruit_CircuitPython_ServoKit.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-servokit)) \([Docs](https://circuitpython.readthedocs.io/projects/servokit/en/latest/))
* [Adafruit CircuitPython Simple Text Display](https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display.git) \([Docs](https://circuitpython.readthedocs.io/projects/simple-text-display/en/latest/))
* [Adafruit CircuitPython SimpleIO](https://github.com/adafruit/Adafruit_CircuitPython_SimpleIO.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-simpleio)) \([Docs](https://circuitpython.readthedocs.io/projects/simpleio/en/latest/))
* [Adafruit CircuitPython SimpleMath](https://github.com/adafruit/Adafruit_CircuitPython_SimpleMath.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-simplemath)) \([Docs](https://circuitpython.readthedocs.io/projects/simplemath/en/latest/))
* [Adafruit CircuitPython Slideshow](https://github.com/adafruit/Adafruit_CircuitPython_Slideshow.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-slideshow)) \([Docs](https://circuitpython.readthedocs.io/projects/slideshow/en/latest/))

View file

@ -31,7 +31,6 @@ specific boards.
Adafruit CLUE <https://circuitpython.readthedocs.io/projects/clue/en/latest/>
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
Adafruit FunHouse <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>
Adafruit MacroPad <https://circuitpython.readthedocs.io/projects/macropad/en/latest/>
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>
@ -76,11 +75,9 @@ Helpers for building graphical interfaces using the displayio core module and fr
ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/>
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
Simple Text Display <https://circuitpython.readthedocs.io/projects/simple-text-display/en/latest/>
Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/>
WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/>
DisplayIO Layout <https://circuitpython.readthedocs.io/projects/displayio-layout/en/latest/>
Dash Display <https://circuitpython.readthedocs.io/projects/dash_display/en/latest/>
Motor Helpers
^^^^^^^^^^^^^^
@ -374,7 +371,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
MS8607 Pressure, Temperature, Humidity <https://circuitpython.readthedocs.io/projects/ms8607/en/latest/>
PCT2075 Temperature Sensor <https://circuitpython.readthedocs.io/projects/pct2075/en/latest/>
PM25 Air Quality Sensor <https://circuitpython.readthedocs.io/projects/pm25/en/latest/>
SCD30 CO2, Temperature, and Humidity Sensor <https://circuitpython.readthedocs.io/projects/scd30/en/latest/>
SCD30 eCO2, Temperature, and Humidity Sensor <https://circuitpython.readthedocs.io/projects/scd30/en/latest/>
SGP30 Air Quality <https://circuitpython.readthedocs.io/projects/sgp30/en/latest/>
SHT31-D Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht31d/en/latest/>
SHT4x Temperature and Humidity <https://circuitpython.readthedocs.io/projects/sht4x/en/latest/>

@ -1 +1 @@
Subproject commit ccb982df8523c78a95b6aa83d0c717c4704b5dc9
Subproject commit 0ac240761e5b6cde7b78ffd32ffeaf05d3247749

@ -1 +1 @@
Subproject commit d96dc951a5f9aca6e2ea8ee4ebbc708cb3002cf4
Subproject commit 08e8e050e8b41aef20f93b3740298212178d4692

@ -1 +1 @@
Subproject commit 6404bb20416e3632a4a48321d25fa9c7bc3e30ce
Subproject commit f71cb49ccf3105c099952ee005ca28b85f78d740

@ -1 +1 @@
Subproject commit 61e38631b557a51376edbd02501ca51311631597
Subproject commit d3e7a587a2f974251f44254fae88c14a52229979

@ -1 +1 @@
Subproject commit 96e278a5595a12af692510e22885610bfa5e477b
Subproject commit d61e3d25009fc6ef2a184a07818c76b44defd67a

@ -1 +1 @@
Subproject commit 8a2b269d434018881f0e3d639434181c7c007e85
Subproject commit 8a3489420b00c35297c6b24535b26758828519da

@ -1 +1 @@
Subproject commit 8132539c48397e01cabd8317f069e4bb8b3ab065
Subproject commit d8260f2fe2a8b3e874320483060756dce4c2a9ec

@ -1 +1 @@
Subproject commit 92155c7ca00314e7b31b77441e8b280f862bd08c
Subproject commit ea385ad2a30283a1e7ebcaa7456d31947013cd4d

@ -1 +1 @@
Subproject commit 71fee3b1f381cdedf5c6957c9359170c4f744345
Subproject commit 1ad426e0e0deed4d8414b226d24a5faf188d0a19

@ -1 +1 @@
Subproject commit 735c196e8ce27109f588a7e3fb00588e8465f9ae
Subproject commit 52217ce93f24beb187ebb2fb10a52ffa58c3896a

@ -1 +1 @@
Subproject commit 581285554af8cbc65eef8be44ad590fc99979f27
Subproject commit 3c47a7323f81e961b06853814964d04db5b3817b

@ -1 +1 @@
Subproject commit c627e608325987fc31264da4b5b3cf8afcdaf3e7
Subproject commit a8213c494b562127147da3a3f9b668ca2f1a8953

@ -1 +1 @@
Subproject commit 1c2ff347c7d809407412e0c8a5e5efe157ecc1b3
Subproject commit 9ff74a2029ffec3d56d62095fac1f14cf31e2497

@ -1 +1 @@
Subproject commit ecac301fbb63b8e4b10f3154c6fdaf84d5b74d01
Subproject commit f919f42db2a62fd68d05722ca3253ba407fd1624

@ -1 +1 @@
Subproject commit 8d5788a818bb9aefc9e4077f908831ecc70f1f69
Subproject commit 9a7123b6186fbef6d288400ee03303fed97b89d9

@ -1 +1 @@
Subproject commit b4198fd1f67856564b84c665201007e98f069abf
Subproject commit aff8c9dff77a90130e034695f8444de52ca506ad

@ -1 +1 @@
Subproject commit 6e4eac881680652d5cc498a56d7fb98db2c8991f
Subproject commit 52964bd91b94f6a700950346905f6dcc74f5552b

@ -1 +1 @@
Subproject commit 9af483155c617aa273cd66ddb56b2c9676a40051
Subproject commit 5dc4aeba30d4b5bd357066ad7f209abe2a13f36b

@ -1 +1 @@
Subproject commit fa8dfc222b8fca7e54fefd48824c4424f7b89bc3
Subproject commit 9b0d6691a2204753895b1838848adde7181f2f5a

@ -1 +1 @@
Subproject commit 82595ea9a8e67d2d759a52202c94e13385e0773d
Subproject commit bf8fb3cd8b83f35124b3b28b825cee197fa9b98a

@ -1 +1 @@
Subproject commit 528a33ec7440ba46f2d97946403b940e05f609b0
Subproject commit 35b581c3a16505304beb712549f9ead64b549fb4

@ -1 +0,0 @@
Subproject commit a28dee9fcbcc304288d819ab432a2bf4edd16a76

@ -1 +1 @@
Subproject commit 715c4fddd9fa01956ba1cb6b0301c0648e9eca31
Subproject commit cf9b82ee32e22d1fe9c1ee515b8a40b811a2eb6c

@ -1 +1 @@
Subproject commit b961bce4bbf167cd3d4c7d53fb57c4ce69685210
Subproject commit 62330472f937b4722180b9ee04b3f0a627064e9e

@ -1 +1 @@
Subproject commit c68fa1eabc735deaf42253ebfa7e07cab30490f3
Subproject commit a62f8bb4b84a97e9f64d06d9093b6c9ba0a4a5d9

@ -1 +1 @@
Subproject commit 78b0fbbb00c0431042b460fe20a76bbc440c4793
Subproject commit de68b7d4575151c1648c734559e59c2932965939

@ -1 +1 @@
Subproject commit 60c91815f6705687205acc3d0ab245567a6f50c4
Subproject commit 16f68f1987ecf72c4dccbdcf2289970c85c42f9a

@ -1 +1 @@
Subproject commit 7193260344306337050a165bdee4f9d0de7bb8e9
Subproject commit 8c8c8cd3bbff7cfe1b08a2d28663ad7cb346c5d8

@ -1 +0,0 @@
Subproject commit 4846d7f63e4d6d44136952bfa5aa34eeea57f97a