-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
120 lines (115 loc) · 3.6 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: TFT_eSPI library
site_description: Some docs to help you to use the TFT_eSPI library.
# site_url:
repo_url: https://github.com/Marcussacapuces91/doc-TFT_eSPI
copyright: 'Copyright © 2025 by Marc SIBERT'
# google_analytics: ['config', 'G-7TCN59P65X']
theme:
name: readthedocs
highlightjs: true
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
- footnotes
- pymdownx.betterem
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
linenums: true
pygments_lang_class: true
use_pygments: false
- pymdownx.mark
- pymdownx.superfences
- pymdownx.tilde
nav:
- 'Welcome': index.md
- 'Getting Started': starting.md
- 'Display Fundamentals': fundamentals.md
- 'Graphics and UI': graphics.md
# - 'Touch and Input': inputs.md
# - 'Advanced Topics': advanced.md
- 'Examples and Resources': examples.md
- 'Hardwares':
- hardware/ili9341.md
- hardware/r61581.md
- hardware/rm68120.md
- 'Header file TFT_eSPI.h':
- 'File content': tft_espi/index.md
- Colors: tft_espi/colors.md
- Datums: tft_espi/datums.md
- Classes:
- tft_espi/class.md
- tft_espi_button/class.md
- Public methods:
- tft_espi/methods/constructor.md
- tft_espi/methods/begin.md
- tft_espi/methods/drawarc.md
- tft_espi/methods/drawbitmap.md
- tft_espi/methods/drawcentrestring.md
- tft_espi/methods/drawcircle.md
- tft_espi/methods/drawcirclehelper.md
- tft_espi/methods/drawchar.md
- tft_espi/methods/drawellipse.md
- tft_espi/methods/drawfastline.md
- tft_espi/methods/drawfloat.md
- tft_espi/methods/drawline.md
- tft_espi/methods/drawnumber.md
- tft_espi/methods/drawpixel.md
- tft_espi/methods/drawrect.md
- tft_espi/methods/drawrightstring.md
- tft_espi/methods/drawspot.md
- tft_espi/methods/drawstring.md
- tft_espi/methods/drawtriangle.md
- tft_espi/methods/drawwedgewideline.md
- tft_espi/methods/fillcircle.md
- tft_espi/methods/fillcirclehelper.md
- tft_espi/methods/fillellipse.md
- tft_espi/methods/fillrect.md
- tft_espi/methods/fillrectgradient.md
- tft_espi/methods/fillscreen.md
- tft_espi/methods/filltriangle.md
- tft_espi/methods/getcursor.md
- tft_espi/methods/gettextdatum.md
- tft_espi/methods/gettextpadding.md
- tft_espi/methods/height_width.md
- tft_espi/methods/init.md
- tft_espi/methods/print.md
- tft_espi/methods/readpixel.md
- tft_espi/methods/setcursor.md
- tft_espi/methods/setrotation.md
- tft_espi/methods/settextcolor.md
- tft_espi/methods/settextdatum.md
- tft_espi/methods/settextfont.md
- tft_espi/methods/settextpadding.md
- tft_espi/methods/settextsize.md
- tft_espi/methods/settextwrap.md
- tft_espi/methods/setviewport.md
- 'Header file TFT_eSPI_Button.h':
- Class: tft_espi_button/class.md
- Public methods:
- tft_espi_button/constructor.md
- tft_espi_button/contains.md
- tft_espi_button/drawbutton.md
- tft_espi_button/initbutton.md
- 'Header file TFT_eSPRITE.h':
- Class: tft_esprite.md
# Only mkdocs >= 1.6
exclude_docs: |
examples/getsettextdatum.md
examples/getsettextpadding.md
examples/helloword.md
examples/button.md
inputs.md
advanced.md