Skip to content

Commit 79aa081

Browse files
authored
Merge pull request #448 from adafruit/ft5336
adding FT5336
2 parents cac964c + f4e6898 commit 79aa081

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
@@ -986,3 +986,6 @@
986986
[submodule "libraries/helpers/pycamera"]
987987
path = libraries/helpers/pycamera
988988
url = https://github.com/adafruit/Adafruit_CircuitPython_PyCamera.git
989+
[submodule "libraries/drivers/ft5336"]
990+
path = libraries/drivers/ft5336
991+
url = https://github.com/adafruit/Adafruit_CircuitPython_FT5336.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ Other
308308
.. toctree::
309309

310310
Character LCD <https://docs.circuitpython.org/projects/charlcd/en/latest/>
311+
FT5336 Capacitive Touch Screen Driver <https://docs.circuitpython.org/projects/ft5336/en/latest/>
311312
HT16K33 LED Matrices and Segment Displays <https://docs.circuitpython.org/projects/ht16k33/en/latest/>
312313
IS31FL3731 Charlieplexed LED Matrix <https://docs.circuitpython.org/projects/is31fl3731/en/latest/>
313314
IS31FL3741 RGB LED Matrix driver <https://docs.circuitpython.org/projects/is31fl3741/en/latest/>

libraries/drivers/ft5336

Submodule ft5336 added at c783533

0 commit comments

Comments
 (0)