Skip to content

Commit dfb7582

Browse files
author
Andrew Garner
committed
Add documentation for ST7789-based displays
1 parent 24fd6c1 commit dfb7582

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ bundles
88
*.DS_Store
99
.eggs
1010
dist
11-
**/*.egg-info
11+
**/*.egg-info
12+
venv

docs/api.rst

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@
2121

2222
.. automodule:: adafruit_rgb_display.st7735
2323
:members:
24+
25+
.. automodule:: adafruit_rgb_display.st7789
26+
:members:

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = "1.0"
51+
version = "3.10"
5252
# The full version, including alpha/beta/rc tags.
53-
release = "1.0"
53+
release = "3.10.2"
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

0 commit comments

Comments
 (0)