We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed40f5 commit 133ef79Copy full SHA for 133ef79
adafruit_ili9341.py
@@ -32,7 +32,8 @@
32
33
**Hardware:**
34
35
-.. todo:: Add links to any specific hardware product page(s), or category page(s). Use unordered list & hyperlink rST
+.. todo:: Add links to any specific hardware product page(s), or category page(s).
36
+ Use unordered list & hyperlink rST
37
inline format: "* `Link Text <url>`_"
38
39
**Software and Dependencies:**
@@ -73,6 +74,7 @@
73
74
b"\x29\x80\x78"# Display on then delay 0x78 (120ms)
75
)
76
77
+# pylint: disable=too-few-public-methods
78
class ILI9341(displayio.Display):
79
"""ILI9341 display driver"""
80
def __init__(self, bus):
0 commit comments