Skip to content

Add TSC2007 to bundle. #377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -884,3 +884,6 @@
[submodule "libraries/helpers/httpserver"]
path = libraries/helpers/httpserver
url = https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer.git
[submodule "libraries/drivers/tsc2007"]
path = libraries/drivers/tsc2007
url = https://github.com/adafruit/Adafruit_CircuitPython_TSC2007.git
16 changes: 8 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@
master_doc = "index"

# General information about the project.
project = u"Adafruit CircuitPython Bundle"
copyright = u"2019 Adafruit"
author = u"Adabot"
project = "Adafruit CircuitPython Bundle"
copyright = "2019 Adafruit"
author = "Adabot"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u"1.0"
version = "1.0"
# The full version, including alpha/beta/rc tags.
release = u"1.0"
release = "1.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -141,7 +141,7 @@
(
master_doc,
"AdafruitBundleLibrary.tex",
u"AdafruitBundle Documentation",
"AdafruitBundle Documentation",
author,
"manual",
),
Expand All @@ -152,7 +152,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, "AdafruitBundlelibrary", u"Adafruit Bundle Documentation", [author], 1)
(master_doc, "AdafruitBundlelibrary", "Adafruit Bundle Documentation", [author], 1)
]

# -- Options for Texinfo output -------------------------------------------
Expand All @@ -164,7 +164,7 @@
(
master_doc,
"AdafruitBundleLibrary",
u"Adafruit Bundle Documentation",
"Adafruit Bundle Documentation",
author,
"AdafruitBundleLibrary",
"One line description of project.",
Expand Down
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ Other
RA8875 40-Pin Display Driver <https://circuitpython.readthedocs.io/projects/ra8875/en/latest/>
Sharp Memory Display <https://circuitpython.readthedocs.io/projects/sharpmemorydisplay/en/latest/>
ST7565 Graphic Displays <https://circuitpython.readthedocs.io/projects/st7565/en/latest/>
TSC2007 Resistive Touch Screen Driver <https://docs.circuitpython.org/projects/tsc2007/en/latest/>

Real-time clocks
-----------------
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/tsc2007
Submodule tsc2007 added at 8b0498