Skip to content

Commit e7d0baf

Browse files
authored
Merge pull request #330 from kattni/pixelbuf
Adding adafruit_pixelbuf
2 parents 1569092 + ee31db2 commit e7d0baf

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,3 +833,6 @@
833833
[submodule "libraries/helpers/macropad"]
834834
path = libraries/helpers/macropad
835835
url = https://github.com/adafruit/Adafruit_CircuitPython_MacroPad.git
836+
[submodule "libraries/helpers/pixelbuf"]
837+
path = libraries/helpers/pixelbuf
838+
url = https://github.com/adafruit/Adafruit_CircuitPython_Pixelbuf.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ Miscellaneous
495495
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
496496
OV2640 Camera <https://circuitpython.readthedocs.io/projects/ov2640/en/latest/>
497497
OV7670 Camera <https://circuitpython.readthedocs.io/projects/ov7670/en/latest/>
498+
Pixelbuf <https://circuitpython.readthedocs.io/projects/pixelbuf/en/latest/>
498499
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/>
499500
RockBlock Iridium Satellite Modem <https://circuitpython.readthedocs.io/projects/rockblock/en/latest/>
500501
Si4713 Stereo FM Transmitter <https://circuitpython.readthedocs.io/projects/si4713/en/latest/>

libraries/helpers/pixelbuf

Submodule pixelbuf added at e52cf58

0 commit comments

Comments
 (0)