From ec140fbe5bdffb557e271e5c542c726872a9ce55 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Wed, 16 Sep 2020 08:12:19 -0700 Subject: [PATCH] Added Pixel Framebuf library to bundle --- .gitmodules | 3 +++ docs/drivers.rst | 1 + libraries/helpers/pixel_framebuf | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/helpers/pixel_framebuf diff --git a/.gitmodules b/.gitmodules index 830d7d11..ebe86c5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -715,3 +715,6 @@ [submodule "libraries/drivers/tc74"] path = libraries/drivers/tc74 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 diff --git a/docs/drivers.rst b/docs/drivers.rst index 55c16774..edd738c0 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -67,6 +67,7 @@ Helpers for building graphical interfaces using the displayio core module and fr GFX (framebuf) Image Load miniQR Non-hardware QR code generator + Pixel Framebuf Module ProgressBar PYOA Slideshow diff --git a/libraries/helpers/pixel_framebuf b/libraries/helpers/pixel_framebuf new file mode 160000 index 00000000..a58a4dfa --- /dev/null +++ b/libraries/helpers/pixel_framebuf @@ -0,0 +1 @@ +Subproject commit a58a4dfa15f2eb9126d366dbd2e1915c263ed789