Skip to content

Commit 551f12c

Browse files
authored
Merge pull request espressif#140 from brentru/add-feather-s3-tft
Add platform Adafruit Feather ESP32-S3 TFT
2 parents ffc687d + 2a00230 commit 551f12c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_platform.py

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"feather_esp32s2_tft" : ["esp32:esp32:adafruit_feather_esp32s2_tft", "0xbfdd4eee", None],
7474
"feather_esp32s3" : ["espressif:esp32:adafruit_feather_esp32s3_nopsram", "0xc47e5767", "adafruit/master"],
7575
"feather_esp32s3_4mbflash_2mbpsram" : ["espressif:esp32:adafruit_feather_esp32s3", "0xc47e5767", "adafruit/master"],
76+
"feather_esp32s3_tft" : ["espressif:esp32:adafruit_feather_esp32s3_tft", "0xc47e5767", "adafruit/master"],
7677
"qtpy_esp32s3" : ["esp32:esp32:adafruit_qtpy_esp32s3", "0xc47e5767", None],
7778
"qtpy_esp32" : ["esp32:esp32:adafruit_qtpy_esp32_pico", None, None],
7879
# Adafruit AVR

0 commit comments

Comments
 (0)