Skip to content

Commit d32653f

Browse files
authored
Merge pull request #513 from FoamyGuy/add_color_terminal
adding color terminal
2 parents 2b9a6f3 + 879e082 commit d32653f

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
@@ -1097,3 +1097,6 @@
10971097
[submodule "libraries/helpers/stspin"]
10981098
path = libraries/helpers/stspin
10991099
url = https://github.com/adafruit/Adafruit_CircuitPython_STSPIN.git
1100+
[submodule "libraries/helpers/color_terminal"]
1101+
path = libraries/helpers/color_terminal
1102+
url = https://github.com/adafruit/Adafruit_CircuitPython_Color_Terminal.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ Miscellaneous Helpers
216216
BitbangIO (adafruit_bitbangio) <https://docs.circuitpython.org/projects/bitbangio/en/latest/>
217217
Board Test Suite (adafruit_boardtest) <https://docs.circuitpython.org/projects/boardtest/en/latest/>
218218
Colorsys (colorsys) <https://docs.circuitpython.org/projects/colorsys/en/latest/>
219+
Color Terminal (color_terminal) <https://docs.circuitpython.org/projects/color_terminal/en/latest/>
219220
Debouncer (adafruit_debouncer) <https://docs.circuitpython.org/projects/debouncer/en/latest/>
220221
Debug I2C (adafruit_debug_i2c) <https://docs.circuitpython.org/projects/debug_i2c/en/latest/>
221222
Ducky (adafruit_ducky) <https://docs.circuitpython.org/projects/ducky/en/latest/>

libraries/helpers/color_terminal

Submodule color_terminal added at 1ea46e4

0 commit comments

Comments
 (0)