* UITask: new UI_HAS_JOYSTICK

* MomentaryButton: new constructor 'multiclick' param
* WIoTrackerL1: now just use joystick, joystick press for KEY_ENTER, no multi-click for snappier UI
此提交包含在:
Scott Powell
2025-10-16 17:33:22 +11:00
父節點 d3be6afccb
當前提交 cd920693ec
共有 7 個檔案被更改,包括 32 行新增18 行删除
+1
查看文件
@@ -27,6 +27,7 @@ extern EnvironmentSensorManager sensors;
extern MomentaryButton user_btn;
extern MomentaryButton joystick_left;
extern MomentaryButton joystick_right;
extern MomentaryButton back_btn;
#endif
bool radio_init();