Support NewUI on WioTrackerL1

This commit is contained in:
taco
2025-08-16 09:29:48 +10:00
parent a5ebac6236
commit 86671c0ff8
3 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
#include <helpers/ArduinoHelpers.h>
#ifdef DISPLAY_CLASS
#include <helpers/ui/SH1106Display.h>
#include <helpers/ui/MomentaryButton.h>
#endif
#include <helpers/sensors/EnvironmentSensorManager.h>
@@ -38,6 +39,7 @@ extern AutoDiscoverRTCClock rtc_clock;
extern WioTrackerL1SensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;
extern MomentaryButton user_btn;
#endif
bool radio_init();