File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ install:
29
29
script :
30
30
- pylint adafruit_st7789.py
31
31
- ([[ ! -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 .
33
33
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
Original file line number Diff line number Diff line change 109
109
html_favicon = '_static/favicon.ico'
110
110
111
111
# Output file base name for HTML help builder.
112
- htmlhelp_basename = 'AdafruitSt7735Librarydoc '
112
+ htmlhelp_basename = 'AdafruitSt7789Librarydoc '
113
113
114
114
# -- Options for LaTeX output ---------------------------------------------
115
115
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Table of Contents
31
31
.. toctree ::
32
32
:caption: Other Links
33
33
34
- Download <https://github.com/adafruit/adafruit_CircuitPython_ST7735 /releases/latest >
34
+ Download <https://github.com/adafruit/adafruit_CircuitPython_ST7789 /releases/latest >
35
35
CircuitPython Reference Documentation <https://circuitpython.readthedocs.io >
36
36
CircuitPython Support Forum <https://forums.adafruit.com/viewforum.php?f=60 >
37
37
Discord Chat <https://adafru.it/discord >
You can’t perform that action at this time.
0 commit comments