Merge pull request #501 from FoamyGuy/adding_anchored_group

add anchored group,
This commit is contained in:
foamyguy 2025-04-11 11:10:30 -05:00 committed by GitHub
commit f83657cce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View file

@ -1067,3 +1067,6 @@
[submodule "libraries/drivers/tlv320"]
path = libraries/drivers/tlv320
url = https://github.com/adafruit/Adafruit_CircuitPython_TLV320.git
[submodule "libraries/helpers/anchored_group"]
path = libraries/helpers/anchored_group
url = https://github.com/adafruit/Adafruit_CircuitPython_Anchored_Group.git

View file

@ -65,6 +65,8 @@ Helpers for building graphical interfaces using the displayio core module and fr
.. toctree::
Anchored Group (adafruit_anchored_group) <https://docs.circuitpython.org/projects/anchored_group/en/latest/>
Anchored TileGrid (adafruit_anchored_tilegrid) <https://docs.circuitpython.org/projects/anchored_tilegrid/en/latest/>
Cursor Control (adafruit_cursorcontrol) <https://docs.circuitpython.org/projects/cursorcontrol/en/latest/>
Bitmap Font (adafruit_bitmap-font) <https://docs.circuitpython.org/projects/bitmap-font/en/latest/>
Bitmap Saver (adafruit_bitmapsaver) <https://docs.circuitpython.org/projects/bitmapsaver/en/latest/>

@ -0,0 +1 @@
Subproject commit 2da6e4321c7521c9884e7f6216d39814147c42f8