@@ -57,17 +57,19 @@ Helpers for building graphical interfaces using the displayio core module and fr
5757
5858 Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/ >
5959 Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/ >
60+ Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/ >
6061 Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/ >
6162 Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/ >
6263 Display Text <https://circuitpython.readthedocs.io/projects/display-text/en/latest/ >
63- PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/ >
64- Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/ >
65- Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/ >
6664 Framebuf Module <https://circuitpython.readthedocs.io/projects/framebuf/en/latest/ >
67- miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/ >
68- Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/ >
69- Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/ >
7065 GFX (framebuf) <https://circuitpython.readthedocs.io/projects/gfx/en/latest/ >
66+ Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/ >
67+ miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/ >
68+ ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/ >
69+ PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/ >
70+ Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/ >
71+ Turtle Graphics <https://circuitpython.readthedocs.io/projects/turtle/en/latest/ >
72+ WSGI <https://circuitpython.readthedocs.io/projects/wsgi/en/latest/ >
7173
7274Motor Helpers
7375^^^^^^^^^^^^^^
@@ -117,6 +119,7 @@ Helpers for Bluetooth Low Energy (BLE).
117119 BLE base library<https://circuitpython.readthedocs.io/projects/ble/en/latest/>
118120 BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/ >
119121 BLE Apple Notification Center Service <https://circuitpython.readthedocs.io/projects/ble_apple_notification_center/en/latest/ >
122+ BLE BroadcastNet <https://circuitpython.readthedocs.io/projects/ble_broadcastnet/en/latest/ >
120123 BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/ >
121124 BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/ >
122125 BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/ >
@@ -172,6 +175,7 @@ Miscellaneous Helpers
172175 AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/ >
173176 Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/ >
174177 Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/ >
178+ Debug I2C <https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/ >
175179 Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/ >
176180 InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/ >
177181 OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/ >
0 commit comments