Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Added extra public field in clue object #313

Merged
merged 3 commits into from
Apr 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/clue/adafruit_clue.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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):
Expand Down