Update TFT_eSPI_RP2040.h

This commit is contained in:
Bodmer 2022-01-26 22:37:27 +00:00
parent c9997f8dc5
commit 230463317f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#define _TFT_eSPI_RP2040H_
#ifndef ARDUINO_ARCH_MBED
#include <LittleFS.h>
#define FONT_FS_AVAILABLE
#define SPIFFS LittleFS
#endif