Adapt the new UI for heltec paper.

This commit is contained in:
Quency-D
2025-08-28 14:03:20 +08:00
parent e6152f9d6c
commit 666b036d3d
3 changed files with 7 additions and 1 deletions

View File

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