diff --git a/Processors/TFT_eSPI_RP2040.h b/Processors/TFT_eSPI_RP2040.h index da3d094..e811428 100644 --- a/Processors/TFT_eSPI_RP2040.h +++ b/Processors/TFT_eSPI_RP2040.h @@ -9,6 +9,7 @@ #define _TFT_eSPI_RP2040H_ #ifndef ARDUINO_ARCH_MBED + #include #define FONT_FS_AVAILABLE #define SPIFFS LittleFS #endif