Skip to content

Commit

Permalink
Merge pull request #477 from FoamyGuy/add_anchored_tilegrid
Browse files Browse the repository at this point in the history
Add anchored tilegrid
  • Loading branch information
dhalbert authored Oct 15, 2024
2 parents 47f58f5 + a19523b commit 9abe8a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1022,3 +1022,6 @@
[submodule "libraries/helpers/pio_uart"]
path = libraries/helpers/pio_uart
url = https://github.com/adafruit/Adafruit_CircuitPython_PIO_UART.git
[submodule "libraries/helpers/anchored_tilegrid"]
path = libraries/helpers/anchored_tilegrid
url = https://github.com/adafruit/Adafruit_CircuitPython_Anchored_TileGrid.git
1 change: 1 addition & 0 deletions circuitpython_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ There are 340 libraries available.
* [Adafruit CircuitPython AWS IOT](https://github.com/adafruit/Adafruit_CircuitPython_AWS_IOT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-aws-iot))
* [Adafruit CircuitPython AdafruitIO](https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-adafruitio))
* [Adafruit CircuitPython AirLift](https://github.com/adafruit/Adafruit_CircuitPython_AirLift.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-airlift))
* [Adafruit CircuitPython Anchored TileGrid](https://github.com/adafruit/Adafruit_CircuitPython_Anchored_TileGrid.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-anchored-tilegrid/))
* [Adafruit CircuitPython AzureIoT](https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-azureiot))
* [Adafruit CircuitPython BLE Adafruit](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-adafruit))
* [Adafruit CircuitPython BLE Apple Media](https://github.com/adafruit/Adafruit_CircuitPython_BLE_Apple_Media.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-ble-apple-media))
Expand Down
1 change: 1 addition & 0 deletions libraries/helpers/anchored_tilegrid
Submodule anchored_tilegrid added at 75bbf2

0 comments on commit 9abe8a2

Please sign in to comment.