From ffd6e63f489923b881f38a5ba74344e061d8a18c Mon Sep 17 00:00:00 2001 From: Justin Myers Date: Thu, 29 Feb 2024 07:42:09 -0800 Subject: [PATCH 1/2] Fix README requirements --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 5b0b358..79ac43f 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,14 @@ Dependencies This driver depends on: * `Adafruit CircuitPython `_ +* `Adafruit CircuitPython Connection Manager `_ +* `Adafruit CircuitPython CST8XX `_ +* `Adafruit CircuitPython FocalTouch `_ +* `Adafruit CircuitPython MiniMQTT `_ +* `Adafruit CircuitPython MiniQR `_ +* `Adafruit CircuitPython PCA9554 `_ +* `Adafruit CircuitPython PortalBase `_ +* `Adafruit CircuitPython Requests `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading 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 2/2] 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: