pull/4112/head
Ben Meadors 2024-06-14 19:53:47 -05:00
rodzic e55604b8e5
commit 3e4e1b2202
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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;