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 932932[submodule "libraries/helpers/displayio_flipclock "]
933933 path = libraries/helpers/displayio_flipclock
934934 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
4545
4646These libraries build on top of the low level APIs to simplify common tasks.
4747
48+ .. toctree ::
49+
50+ PixelMap <https://docs.circuitpython.org/projects/pixelmap/en/latest/ >
51+
4852LED Helpers
4953^^^^^^^^^^^^
5054
@@ -55,6 +59,7 @@ Helpers for animating LEDs.
5559 Fancy LED (similar to FastLED) <https://docs.circuitpython.org/projects/fancyled/en/latest/ >
5660 LED Animation <https://docs.circuitpython.org/projects/led-animation/en/latest/ >
5761
62+
5863User Interface and GFX Helpers
5964^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6065
You can’t perform that action at this time.
0 commit comments