Skip to content

Commit 0ba5233

Browse files
authored
Merge pull request #412 from jepler/add-neopxl8
Add neopxl8 library
2 parents 0a7f238 + f80b761 commit 0ba5233

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,3 +926,6 @@
926926
[submodule "libraries/helpers/pastebin"]
927927
path = libraries/helpers/pastebin
928928
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

circuitpython_library_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ There are 308 libraries available.
125125
* [Adafruit CircuitPython MatrixKeypad](https://github.com/adafruit/Adafruit_CircuitPython_MatrixKeypad.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-matrixkeypad))
126126
* [Adafruit CircuitPython NeoPixel SPI](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-neopixel-spi))
127127
* [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))
128129
* [Adafruit CircuitPython NeoTrellis](https://github.com/adafruit/Adafruit_CircuitPython_NeoTrellis) ([PyPi](https://pypi.org/project/adafruit-circuitpython-neotrellis))
129130
* [Adafruit CircuitPython Nunchuk](https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-nunchuk))
130131
* [Adafruit CircuitPython OV2640](https://github.com/adafruit/Adafruit_CircuitPython_OV2640.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ov2640))

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Multi-color LED drivers.
230230
DotStar <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/>
231231
NeoPixel <https://circuitpython.readthedocs.io/projects/neopixel/en/latest/>
232232
NeoPixel SPI <https://circuitpython.readthedocs.io/projects/neopixel_spi/en/latest/>
233+
NeoPxl8 <https://docs.circuitpython.org/projects/neopxl8/en/latest/>
233234
Pixie <https://circuitpython.readthedocs.io/projects/pixie/en/latest/>
234235
RGB LED <https://circuitpython.readthedocs.io/projects/rgbled/en/latest/>
235236
WS2801 <https://circuitpython.readthedocs.io/projects/ws2801/en/latest/>

libraries/drivers/neopxl8

Submodule neopxl8 added at ade06ed

0 commit comments

Comments
 (0)