Wio Tracker L1: Proposal to improve joystick select usability (avoid accidental menu navigation) #9478
Mankianer
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
On the Seeed Wio Tracker L1, selecting menu items with the joystick is difficult because pressing the joystick often triggers a direction input at the same time. This frequently causes the menu selection to move while trying to confirm an item.
In practice, selecting an item without accidentally moving to the next one is unreliable.
Goal
Allow reliable selection of menu items without unintended navigation changes when pressing the joystick.
Proposed Approach
As an experiment, I changed input handling so that:
This allows selection without relying on pressing the joystick, which is mechanically difficult on my both devices.
My implementation currently modifies:
Example implementation:
https://github.com/Mankianer/meshtastic-firmware/tree/feat/joystick-select
Open Questions
Since I can only test on the Wio Tracker L1, I would like feedback:
Feedback Requested
I’m fairly new to contributing here and would appreciate feedback on:
I’m happy to adjust the implementation based on feedback.
This text was created using AI. 🙈
Beta Was this translation helpful? Give feedback.
All reactions