Use numpad icon

This commit is contained in:
Reed Nightingale 2020-04-26 15:03:32 -07:00
parent f9907cebde
commit 8cc272b065

View File

@ -300,7 +300,7 @@ constexpr Button bMenu PROGMEM = {
'M'
};
constexpr char txtNumpad [] PROGMEM = "FRQ";
constexpr char txtNumpad [] PROGMEM = "\x82";
ButtonStatus_e bsIgnore();
void osNumpad();
constexpr Button bNumpad PROGMEM = {