From d99244681bda9a0e9981ba37f53ed61071b24768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Fri, 4 Oct 2024 06:29:14 +0200 Subject: [PATCH] Update qualia_paint.py Add Rectangle Bar RGB TTL TFT Display - 4.58" 320x960 No Touchscreen - HD458002C40 --- examples/qualia_paint.py | 1 + 1 file changed, 1 insertion(+) 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: