File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 926
926
[submodule "libraries/helpers/pastebin "]
927
927
path = libraries/helpers/pastebin
928
928
url = https://github.com/adafruit/Adafruit_CircuitPython_Pastebin.git
929
+ [submodule "libraries/drivers/neopxl8 "]
930
+ path = libraries/drivers/neopxl8
931
+ url = https://github.com/adafruit/Adafruit_CircuitPython_NeoPxl8.git
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ There are 308 libraries available.
125
125
* [ Adafruit CircuitPython MatrixKeypad] ( https://github.com/adafruit/Adafruit_CircuitPython_MatrixKeypad.git ) ([ PyPi] ( https://pypi.org/project/adafruit-circuitpython-matrixkeypad ) )
126
126
* [ Adafruit CircuitPython NeoPixel SPI] ( https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI.git ) ([ PyPi] ( https://pypi.org/project/adafruit-circuitpython-neopixel-spi ) )
127
127
* [ Adafruit CircuitPython NeoPixel] ( https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel.git ) ([ PyPi] ( https://pypi.org/project/adafruit-circuitpython-neopixel ) )
128
+ * [ Adafruit CircuitPython NeoPxl8] ( https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel.git ) ([ PyPi] ( https://pypi.org/project/adafruit-circuitpython-neopxl8 ) )
128
129
* [ Adafruit CircuitPython NeoTrellis] ( https://github.com/adafruit/Adafruit_CircuitPython_NeoTrellis ) ([ PyPi] ( https://pypi.org/project/adafruit-circuitpython-neotrellis ) )
129
130
* [ Adafruit CircuitPython Nunchuk] ( https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk.git ) ([ PyPi] ( https://pypi.org/project/adafruit-circuitpython-nunchuk ) )
130
131
* [ Adafruit CircuitPython OV2640] ( https://github.com/adafruit/Adafruit_CircuitPython_OV2640.git ) ([ PyPi] ( https://pypi.org/project/adafruit-circuitpython-ov2640 ) )
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ Multi-color LED drivers.
230
230
DotStar <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/ >
231
231
NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/ >
232
232
NeoPixel SPI <https://circuitpython.readthedocs.io/projects/neopixel_spi/en/latest/ >
233
+ NeoPxl8 <https://docs.circuitpython.org/projects/neopxl8/en/latest/ >
233
234
Pixie <https://circuitpython.readthedocs.io/projects/pixie/en/latest/ >
234
235
RGB LED <https://circuitpython.readthedocs.io/projects/rgbled/en/latest/ >
235
236
WS2801 <https://circuitpython.readthedocs.io/projects/ws2801/en/latest/ >
You can’t perform that action at this time.
0 commit comments