Patch for ESP32 C3 - may or may not work!

I do NOT have and ESP32 C3 to test with!
This commit is contained in:
Bodmer
2022-04-24 04:00:36 +01:00
parent 416a84e535
commit cfb4689c85
4 changed files with 1471 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#if defined (ESP32)
#if defined(CONFIG_IDF_TARGET_ESP32S3)
#include "Processors/TFT_eSPI_ESP32_S3.c"
#elif defined(CONFIG_IDF_TARGET_ESP32C3)
#include "Processors/TFT_eSPI_ESP32_C3.c"
#else
#include "Processors/TFT_eSPI_ESP32.c"
#endif