* TBeam variants: ui-new

This commit is contained in:
Scott Powell
2025-08-17 16:18:39 +10:00
parent 8f8830047b
commit 2477d60fae
9 changed files with 18 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
#include <helpers/sensors/EnvironmentSensorManager.h>
#ifdef DISPLAY_CLASS
#include <helpers/ui/SSD1306Display.h>
#include <helpers/ui/MomentaryButton.h>
#endif
extern TBeamBoard board;
@@ -18,6 +19,7 @@ extern EnvironmentSensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;
extern MomentaryButton user_btn;
#endif
bool radio_init();