* Xiao_s3_wio: ui-new

This commit is contained in:
Scott Powell
2025-08-17 17:52:05 +10:00
parent ed3f52775a
commit e6152f9d6c
3 changed files with 8 additions and 2 deletions

View File

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