diff --git a/examples/qualia_paint.py b/examples/qualia_paint.py index c406eaf..745eaee 100644 --- a/examples/qualia_paint.py +++ b/examples/qualia_paint.py @@ -10,6 +10,7 @@ # 2.1" Round = Displays.ROUND21 # 3.4" Square = Displays.SQUARE34 # 320 x 820 Bar - Displays.BAR320X820 +# 320 x 960 Bar - Displays.BAR320X960 graphics = Graphics(Displays.SQUARE40, default_bg=None, auto_refresh=False) if graphics.touch is None: