feat: New support for third-party boards: waveshare ESP32-C6-Touch-AMOLED-1.8 (#1656)

* content: New support for third-party boards: waveshare ESP32-C6-Touch-AMOLED-1.8

* content: Change the TAG of ESP32-C6-Touch-AMOLED-1.8

* content: Change the config.json of ESP32-C6-Touch-AMOLED-1.8
This commit is contained in:
Y1hsiaochunnn
2026-01-15 19:10:28 +08:00
committed by GitHub
parent e3ed350b8b
commit c9fa5fabc5
6 changed files with 399 additions and 0 deletions

View File

@ -290,6 +290,9 @@ choice BOARD_TYPE
config BOARD_TYPE_WAVESHARE_C6_TOUCH_AMOLED_1_32
bool "Waveshare ESP32-C6-Touch-AMOLOED-1.32"
depends on IDF_TARGET_ESP32C6
config BOARD_TYPE_WAVESHARE_C6_TOUCH_AMOLED_1_8
bool "Waveshare ESP32-C6-Touch-AMOLED-1.8"
depends on IDF_TARGET_ESP32C6
config BOARD_TYPE_WAVESHARE_S3_TOUCH_AMOLED_1_32
bool "Waveshare ESP32-S3-Touch-AMOLOED-1.32"
depends on IDF_TARGET_ESP32S3