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 828d792 + 771fa0c commit a595621Copy full SHA for a595621
adafruit_clue.py
@@ -218,6 +218,9 @@ def __init__(self):
218
# Barometric pressure sensor:
219
self._pressure = adafruit_bmp280.Adafruit_BMP280_I2C(self._i2c)
220
221
+ # Create displayio object for passing.
222
+ self.display = board.DISPLAY
223
+
224
def _touch(self, i):
225
if not isinstance(self._touches[i], touchio.TouchIn):
226
# First time referenced. Get the pin from the slot for this touch
0 commit comments