Skip to content

Commit 41e0893

Browse files
authored
Merge pull request #192 from dastels/master
Add bitmap saver library
2 parents e8bc285 + 48bb37c commit 41e0893

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
@@ -532,3 +532,6 @@
532532
[submodule "libraries/drivers/tlv493d"]
533533
path = libraries/drivers/tlv493d
534534
url = https://github.com/adafruit/Adafruit_CircuitPython_TLV493D.git
535+
[submodule "libraries/helpers/bitmapsaver"]
536+
path = libraries/helpers/bitmapsaver
537+
url = https://github.com/adafruit/Adafruit_CircuitPython_BitmapSaver.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ Miscellaneous
334334
74HC595 Shift Register <https://circuitpython.readthedocs.io/projects/74hc595/en/latest/>
335335
AMG88xx Grid-Eye IR Camera <https://circuitpython.readthedocs.io/projects/amg88xx/en/latest/>
336336
BD3491FS Audio Processor <https://circuitpython.readthedocs.io/projects/bd3491fs/en/latest/>
337+
Bitmap Saver <https://circuitpython.readthedocs.io/projects/bitmapsaver/en/latest/>
337338
CAP1188 8-Key Capacitive Touch <https://circuitpython.readthedocs.io/projects/cap1188/en/latest/>
338339
DRV2605 Haptic Motor Controller <https://circuitpython.readthedocs.io/projects/drv2605/en/latest/>
339340
DS3502 I2C Potentiometer <https://circuitpython.readthedocs.io/projects/ds3502/en/latest/>

libraries/helpers/bitmapsaver

Submodule bitmapsaver added at a9ff26e

0 commit comments

Comments
 (0)