From f4e6898c3e41c43b9e0c01dbdb29e90a0cb4d09a Mon Sep 17 00:00:00 2001 From: Liz Date: Wed, 6 Dec 2023 15:21:02 -0500 Subject: [PATCH] adding FT5336 Adding FT5336 capacitive touch screen driver --- .gitmodules | 3 +++ docs/drivers.rst | 1 + libraries/drivers/ft5336 | 1 + 3 files changed, 5 insertions(+) create mode 160000 libraries/drivers/ft5336 diff --git a/.gitmodules b/.gitmodules index 8db95b56..1d923356 100644 --- a/.gitmodules +++ b/.gitmodules @@ -986,3 +986,6 @@ [submodule "libraries/helpers/pycamera"] path = libraries/helpers/pycamera url = https://github.com/adafruit/Adafruit_CircuitPython_PyCamera.git +[submodule "libraries/drivers/ft5336"] + path = libraries/drivers/ft5336 + url = https://github.com/adafruit/Adafruit_CircuitPython_FT5336.git diff --git a/docs/drivers.rst b/docs/drivers.rst index 97c97db6..0a8c737c 100644 --- a/docs/drivers.rst +++ b/docs/drivers.rst @@ -308,6 +308,7 @@ Other .. toctree:: Character LCD + FT5336 Capacitive Touch Screen Driver HT16K33 LED Matrices and Segment Displays IS31FL3731 Charlieplexed LED Matrix IS31FL3741 RGB LED Matrix driver diff --git a/libraries/drivers/ft5336 b/libraries/drivers/ft5336 new file mode 160000 index 00000000..c7835336 --- /dev/null +++ b/libraries/drivers/ft5336 @@ -0,0 +1 @@ +Subproject commit c7835336f8aad549901401de00f4e7e671948ab9