Adapt the new UI for heltec e290.

Cette révision appartient à :
Quency-D
2025-08-28 15:00:27 +08:00
Parent e6152f9d6c
révision 2e49eef337
3 fichiers modifiés avec 7 ajouts et 1 suppressions
+2
Voir le fichier
@@ -9,6 +9,7 @@
#include <helpers/SensorManager.h>
#ifdef DISPLAY_CLASS
#include <helpers/ui/E290Display.h>
#include <helpers/ui/MomentaryButton.h>
#endif
extern HeltecE290Board board;
@@ -18,6 +19,7 @@ extern SensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;
extern MomentaryButton user_btn;
#endif
bool radio_init();