This commit is contained in:
Ben Meadors 2024-06-14 19:53:47 -05:00
parent e55604b8e5
commit 3e4e1b2202

View File

@ -117,8 +117,8 @@ class LGFX : public lgfx::LGFX_Device
static LGFX *tft = nullptr;
#elif defined(RAK14014)
#include <TFT_eSPI.h>
#include <RAK14014_FT6336U.h>
#include <TFT_eSPI.h>
TFT_eSPI *tft = nullptr;
FT6336U ft6336u;