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.
2 parents bebe4b2 + aa9d49f commit 742d336Copy full SHA for 742d336
adafruit_qualia/displays/square40_480x480.py
@@ -4,7 +4,7 @@
4
# SPDX-License-Identifier: MIT
5
6
"""
7
-`adafruit_qualia.displays.round40_480x480`
+`adafruit_qualia.displays.square40_480x480`
8
================================================================================
9
10
4" 480x480 Square DotClock Display Class
@@ -31,6 +31,7 @@ class Square40_480x480(DotClockDisplay):
31
32
def __init__(self):
33
super().__init__()
34
+ self._touch_address = 0x48
35
self._init_sequence = bytes(
36
b"\xff\x05w\x01\x00\x00\x10"
37
b"\xc0\x02;\x00"
0 commit comments