From 7de8285ae5cc6a95b6425398b2134d75d7787a0f Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 3 Oct 2023 15:10:04 -0700 Subject: [PATCH] Add Qualia S3 RGB666 --- all_platforms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/all_platforms.py b/all_platforms.py index 5aac0ee..ebc33ee 100644 --- a/all_platforms.py +++ b/all_platforms.py @@ -24,6 +24,7 @@ "feather_esp32s3_tft" : ["esp32:esp32:adafruit_feather_esp32s3_tft", "0xc47e5767", None], "feather_esp32s3_reverse_tft" : ["esp32:esp32:adafruit_feather_esp32s3_reversetft", "0xc47e5767", None], "matrixportal_s3" : ["esp32:esp32:adafruit_matrixportal_esp32s3", "0xc47e5767", None], + "qualia_s3_rgb666" : ["esp32:esp32:adafruit_qualia_s3_rgb666", "0xc47e5767", None], "qtpy_esp32s3" : ["esp32:esp32:adafruit_qtpy_esp32s3_nopsram", "0xc47e5767", None], "qtpy_esp32s3_n4r2" : ["esp32:esp32:adafruit_qtpy_esp32s3_n4r2", "0xc47e5767", None], "qtpy_esp32" : ["esp32:esp32:adafruit_qtpy_esp32_pico", None, None],