Skip to content

Commit 5033549

Browse files
authored
Merge pull request #377 from kattni/tsc2007
Add TSC2007 to bundle.
2 parents 76b68cd + a9611b7 commit 5033549

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,3 +884,6 @@
884884
[submodule "libraries/helpers/httpserver"]
885885
path = libraries/helpers/httpserver
886886
url = https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer.git
887+
[submodule "libraries/drivers/tsc2007"]
888+
path = libraries/drivers/tsc2007
889+
url = https://github.com/adafruit/Adafruit_CircuitPython_TSC2007.git

docs/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
master_doc = "index"
4040

4141
# General information about the project.
42-
project = u"Adafruit CircuitPython Bundle"
43-
copyright = u"2019 Adafruit"
44-
author = u"Adabot"
42+
project = "Adafruit CircuitPython Bundle"
43+
copyright = "2019 Adafruit"
44+
author = "Adabot"
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = u"1.0"
51+
version = "1.0"
5252
# The full version, including alpha/beta/rc tags.
53-
release = u"1.0"
53+
release = "1.0"
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.
@@ -141,7 +141,7 @@
141141
(
142142
master_doc,
143143
"AdafruitBundleLibrary.tex",
144-
u"AdafruitBundle Documentation",
144+
"AdafruitBundle Documentation",
145145
author,
146146
"manual",
147147
),
@@ -152,7 +152,7 @@
152152
# One entry per manual page. List of tuples
153153
# (source start file, name, description, authors, manual section).
154154
man_pages = [
155-
(master_doc, "AdafruitBundlelibrary", u"Adafruit Bundle Documentation", [author], 1)
155+
(master_doc, "AdafruitBundlelibrary", "Adafruit Bundle Documentation", [author], 1)
156156
]
157157

158158
# -- Options for Texinfo output -------------------------------------------
@@ -164,7 +164,7 @@
164164
(
165165
master_doc,
166166
"AdafruitBundleLibrary",
167-
u"Adafruit Bundle Documentation",
167+
"Adafruit Bundle Documentation",
168168
author,
169169
"AdafruitBundleLibrary",
170170
"One line description of project.",

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Other
299299
RA8875 40-Pin Display Driver <https://circuitpython.readthedocs.io/projects/ra8875/en/latest/>
300300
Sharp Memory Display <https://circuitpython.readthedocs.io/projects/sharpmemorydisplay/en/latest/>
301301
ST7565 Graphic Displays <https://circuitpython.readthedocs.io/projects/st7565/en/latest/>
302+
TSC2007 Resistive Touch Screen Driver <https://docs.circuitpython.org/projects/tsc2007/en/latest/>
302303

303304
Real-time clocks
304305
-----------------

libraries/drivers/tsc2007

Submodule tsc2007 added at 8b0498f

0 commit comments

Comments
 (0)