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 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: