Skip to content

Commit 66c33bb

Browse files
committed
Fix Display ID in paint example
1 parent 705895f commit 66c33bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/qualia_paint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# For other displays:
1010
# 2.1" Round = Displays.ROUND21
1111
# 3.4" Square = Displays.SQUARE34
12-
# 320 x 820 Bar - Displays.BAR320x820
12+
# 320 x 820 Bar - Displays.BAR320X820
1313
graphics = Graphics(Displays.SQUARE40, default_bg=None, auto_refresh=False)
1414

1515
if graphics.touch is None:

0 commit comments

Comments
 (0)