Skip to content

Commit c2f31bf

Browse files
committed
adding pixelmap
1 parent 9d31014 commit c2f31bf

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -932,3 +932,6 @@
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

docs/drivers.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Helper Libraries
4545

4646
These 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+
4852
LED 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+
5863
User Interface and GFX Helpers
5964
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6065

libraries/helpers/pixelmap

Submodule pixelmap added at 7180b90

0 commit comments

Comments
 (0)