Digits and decimals on the keypad allow for entry of the frequency upon pressing Enter
When entering the frequency, it overrides the currently viewed frequency on-screen, and shows a _ (or #) to indicate entry mode.
This is a draft because the GUI messes up with the buttons because I need to make a better widget class that combines the features of ImageButton and HoldButton to make a button that only shows the alternative texture while the button is being pressed, and to show the default underlying texture otherwise.
This adds two features:
When entering the frequency, it overrides the currently viewed frequency on-screen, and shows a
_
(or#
) to indicate entry mode.This is a draft because the GUI messes up with the buttons because I need to make a better widget class that combines the features of ImageButton and HoldButton to make a button that only shows the alternative texture while the button is being pressed, and to show the default underlying texture otherwise.