@@ -57,17 +57,19 @@ Helpers for building graphical interfaces using the displayio core module and fr
57
57
58
58
Cursor Control <https://circuitpython.readthedocs.io/projects/cursorcontrol/en/latest/ >
59
59
Bitmap Font <https://circuitpython.readthedocs.io/projects/bitmap-font/en/latest/ >
60
+ Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/ >
60
61
Display Button <https://circuitpython.readthedocs.io/projects/display_button/en/latest/ >
61
62
Display Shapes <https://circuitpython.readthedocs.io/projects/display_shapes/en/latest/ >
62
63
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/ >
66
64
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/ >
70
65
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/ >
71
73
72
74
Motor Helpers
73
75
^^^^^^^^^^^^^^
@@ -117,6 +119,7 @@ Helpers for Bluetooth Low Energy (BLE).
117
119
BLE base library<https://circuitpython.readthedocs.io/projects/ble/en/latest/>
118
120
BLE Apple Media Service <https://circuitpython.readthedocs.io/projects/ble_apple_media/en/latest/ >
119
121
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/ >
120
123
BLE Cycling Speed and Cadence Service <https://circuitpython.readthedocs.io/projects/ble_cycling_speed_and_cadence/en/latest/ >
121
124
BLE Eddystone Beacon <https://circuitpython.readthedocs.io/projects/ble_eddystone/en/latest/ >
122
125
BLE Heart Rate Service <https://circuitpython.readthedocs.io/projects/ble_heart_rate/en/latest/ >
@@ -172,6 +175,7 @@ Miscellaneous Helpers
172
175
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/ >
173
176
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/ >
174
177
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/ >
178
+ Debug I2C <https://circuitpython.readthedocs.io/projects/debug_i2c/en/latest/ >
175
179
Mini ESP Tool (ESP chips loader) <https://circuitpython.readthedocs.io/projects/miniesptool/en/latest/ >
176
180
InfraRed Remote <https://circuitpython.readthedocs.io/projects/irremote/en/latest/ >
177
181
OneWire <https://circuitpython.readthedocs.io/projects/onewire/en/latest/ >
0 commit comments