Screen support for tbeam

This commit is contained in:
James Hall
2025-03-20 11:44:12 -04:00
parent a9dde51a9b
commit ae08ecf8fd
2 files changed
+25 -1

No files matched your search

+4
View File
@@ -101,6 +101,10 @@
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/CustomLLCC68Wrapper.h>
static faketecBoard board;
#elif defined(LILYGO_TBEAM)
#include <helpers/TBeamBoard.h>
#include <helpers/CustomSX1276Wrapper.h>
static TBeamBoard board;
#else
#error "need to provide a 'board' object"
#endif