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.
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.