Added Pixel Framebuf library to bundle
This commit is contained in:
parent
824c4deaab
commit
ec140fbe5b
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -715,3 +715,6 @@
|
||||||
[submodule "libraries/drivers/tc74"]
|
[submodule "libraries/drivers/tc74"]
|
||||||
path = libraries/drivers/tc74
|
path = libraries/drivers/tc74
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_TC74.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_TC74.git
|
||||||
|
[submodule "libraries/helpers/pixel_framebuf"]
|
||||||
|
path = libraries/helpers/pixel_framebuf
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_Pixel_Framebuf.git
|
||||||
|
|
|
||||||
|
|
@ -67,6 +67,7 @@ Helpers for building graphical interfaces using the displayio core module and fr
|
||||||
GFX (framebuf) <https://circuitpython.readthedocs.io/projects/gfx/en/latest/>
|
GFX (framebuf) <https://circuitpython.readthedocs.io/projects/gfx/en/latest/>
|
||||||
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
|
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
|
||||||
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
|
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
|
||||||
|
Pixel Framebuf Module <https://circuitpython.readthedocs.io/projects/pixel_framebuf/en/latest/>
|
||||||
ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/>
|
ProgressBar <https://circuitpython.readthedocs.io/projects/progressbar/en/latest/>
|
||||||
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
|
PYOA <https://circuitpython.readthedocs.io/projects/pyoa/en/latest/>
|
||||||
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
|
Slideshow <https://circuitpython.readthedocs.io/projects/slideshow/en/latest/>
|
||||||
|
|
|
||||||
1
libraries/helpers/pixel_framebuf
Submodule
1
libraries/helpers/pixel_framebuf
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a58a4dfa15f2eb9126d366dbd2e1915c263ed789
|
||||||
Loading…
Reference in a new issue