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 968a99c commit ee68228Copy full SHA for ee68228
adafruit_rgb_display/st7735.py
@@ -132,7 +132,7 @@ def __init__(
132
*,
133
x_offset=0,
134
y_offset=0,
135
- rotation=0
+ rotation=0,
136
):
137
super().__init__(
138
spi,
@@ -232,6 +232,7 @@ def init(self):
232
if self._invert:
233
self.write(_INVON, None)
234
235
+
236
class ST7735S(ST7735):
237
"""A simple driver for the ST7735S-based displays."""
238
@@ -283,7 +284,7 @@ def __init__(
283
284
285
x_offset=2,
286
y_offset=1,
287
288
289
self._bl = bl
290
# Turn on backlight
0 commit comments