Skip to content

Commit

Permalink
Expand tuple for title_color
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo committed Apr 24, 2023
1 parent ccc18fb commit 654284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_clue.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class _ClueSimpleTextDisplay:
def __init__( # pylint: disable=too-many-arguments
self,
title: Optional[str] = None,
title_color: Union[int, Tuple] = 0xFFFFFF,
title_color: Union[int, Tuple[int, int, int]] = 0xFFFFFF,
title_scale: int = 1,
text_scale: int = 1,
font: Optional[str] = None,
Expand Down

0 comments on commit 654284a

Please sign in to comment.