-
-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(bw): simplify navigation code #5269
Conversation
philmoz
commented
Jul 8, 2024
- Add switch & source popup menus to 9x nav..
- Add 'View note' / 'View channels' popup to x7 (from x9d).
- Fix off by one errors.
- Fix repeat movement not stopping at bottom of page (9x & xlite).
- Unify and merge 9x & xlite navigation.
- Unify and merge x7 & x9d navigation.
- Move common code to navigation.cpp
Will try to review this in the coming days |
dc03118
to
9163061
Compare
x7 nav (tested on MT12) same comment for page up/down, you need to succeed a short click, if not, it does nothing |
I see no difference between current main and this PR. |
Bit odd since my reference MT12 runs a firmware done on July 9th. Anyhow this change is irritating :( |
9163061
to
2ba910f
Compare
I have restored the BREAK after LONG key press. This should restore the 2.10 navigation functionality. @3djc does this work better for you on the MT12? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me in current state, thanks @philmoz
2ba910f
to
a57a14f
Compare
a57a14f
to
83ca197
Compare
83ca197
to
4cfade9
Compare
bw128 (T20)
bw212 (X9D+)
|
Thanks, should be fixed now. |
bw212(x9d+) and bw128 (tx12) are both good now! :) Had a quick poke around the tlite interface also... and it seems to be working fine also. I had clearly forgotten how limited the UI was there though... i.e. x7 navigation is so much nicer with the popup menus and long press helpers! |