Merge pull request #501 from FoamyGuy/adding_anchored_group
add anchored group,
This commit is contained in:
commit
f83657cce1
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/>
|
||||
|
|
|
|||
1
libraries/helpers/anchored_group
Submodule
1
libraries/helpers/anchored_group
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2da6e4321c7521c9884e7f6216d39814147c42f8
|
||||
Loading…
Reference in a new issue