diff --git a/src/clue/adafruit_clue.py b/src/clue/adafruit_clue.py index a44794c98..874e50e46 100644 --- a/src/clue/adafruit_clue.py +++ b/src/clue/adafruit_clue.py @@ -112,7 +112,6 @@ def __init__( self._display = board.DISPLAY self._colors = colors self._label = label - # self._display = board.DISPLAY self._font = terminalio.FONT if font: self._font = font @@ -235,6 +234,7 @@ def __init__(self): CONSTANTS.CLUE_STATE.BUTTON_A: "A", CONSTANTS.CLUE_STATE.BUTTON_B: "B", } + self.display = board.DISPLAY @property def button_a(self):