Skip to content

Commit d42ed26

Browse files
authored
Merge pull request #261 from makermelissa/master
Added Pixel Framebuf library to bundle
2 parents 824c4de + ec140fb commit d42ed26

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -715,3 +715,6 @@
715715
[submodule "libraries/drivers/tc74"]
716716
path = libraries/drivers/tc74
717717
url = https://github.com/adafruit/Adafruit_CircuitPython_TC74.git
718+
[submodule "libraries/helpers/pixel_framebuf"]
719+
path = libraries/helpers/pixel_framebuf
720+
url = https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Helpers for building graphical interfaces using the displayio core module and fr
6767
GFX (framebuf) <https://circuitpython.readthedocs.io/projects/gfx/en/latest/>
6868
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
6969
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
70+
Pixel Framebuf Module <https://circuitpython.readthedocs.io/projects/pixel_framebuf/en/latest/>
7071
ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/>
7172
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
7273
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>

libraries/helpers/pixel_framebuf

Submodule pixel_framebuf added at a58a4df

0 commit comments

Comments
 (0)