File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ install:
2929script :
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 ..
Original file line number Diff line number Diff line change 109109html_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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments