Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sorry that this includes multiple fixes, it's basically a UI cleanup.
This includes:
Immediate PLL change when pressing USB / LSB buttons
Fix crashing bug when entering menu (due to uninitialized variable)
Tuning knob improvement: only register detents, not half-way points
Tuning knob improvement: Improve tuning speed and display update rate. This was almost all there with the interrupt driven encoder code, but needed some final cleanup to get it to be really smooth.
-Tuning knob improvement: Simplify knob "momentum" code: now the tuning jumps at fast rate if you have been turning the knob fast for a while.
Tuning knob improvement: now each detent causes a focus change, not one out of 10. With the above half-way fix, this works really well.
Fix some text alignment issues: buttons were being erased
Fix some focus related issues: now selected VFO is indicated by white text, and white outline only means focus. So now when you press tuning button you get immediate feedback.