Skip to content

Commit 6301a2c

Browse files
authored
Merge pull request #8 from makermelissa/master
changed a couple references from 7735 to 7789
2 parents 1c38cc2 + fc097c1 commit 6301a2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ install:
2929
script:
3030
- pylint adafruit_st7789.py
3131
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
32-
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7735 --library_location .
32+
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-st7789 --library_location .
3333
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
html_favicon = '_static/favicon.ico'
110110

111111
# Output file base name for HTML help builder.
112-
htmlhelp_basename = 'AdafruitSt7735Librarydoc'
112+
htmlhelp_basename = 'AdafruitSt7789Librarydoc'
113113

114114
# -- Options for LaTeX output ---------------------------------------------
115115

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Table of Contents
3131
.. toctree::
3232
:caption: Other Links
3333

34-
Download <https://github.com/adafruit/adafruit_CircuitPython_ST7735/releases/latest>
34+
Download <https://github.com/adafruit/adafruit_CircuitPython_ST7789/releases/latest>
3535
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io>
3636
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60>
3737
Discord Chat <https://adafru.it/discord>

0 commit comments

Comments
 (0)