File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 932
932
[submodule "libraries/helpers/displayio_flipclock "]
933
933
path = libraries/helpers/displayio_flipclock
934
934
url = https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_FlipClock
935
+ [submodule "libraries/helpers/pixelmap "]
936
+ path = libraries/helpers/pixelmap
937
+ url = https://github.com/adafruit/Adafruit_CircuitPython_PixelMap.git
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ Helper Libraries
45
45
46
46
These libraries build on top of the low level APIs to simplify common tasks.
47
47
48
+ .. toctree ::
49
+
50
+ PixelMap <https://docs.circuitpython.org/projects/pixelmap/en/latest/ >
51
+
48
52
LED Helpers
49
53
^^^^^^^^^^^^
50
54
@@ -55,6 +59,7 @@ Helpers for animating LEDs.
55
59
Fancy LED (similar to FastLED) <https://docs.circuitpython.org/projects/fancyled/en/latest/ >
56
60
LED Animation <https://docs.circuitpython.org/projects/led-animation/en/latest/ >
57
61
62
+
58
63
User Interface and GFX Helpers
59
64
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
60
65
You can’t perform that action at this time.
0 commit comments