WioTrackerL1: add joystick left and right for new UI

This commit is contained in:
taco
2025-08-17 19:01:28 +10:00
parent 8f1ccb65ae
commit cb8ca91d27
3 changed files with 18 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ extern WioTrackerL1SensorManager sensors;
#ifdef DISPLAY_CLASS
extern DISPLAY_CLASS display;
extern MomentaryButton user_btn;
extern MomentaryButton joystick_left;
extern MomentaryButton joystick_right;
#endif
bool radio_init();