mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-03 11:21:50 +00:00
Added raw ASCII char field in keyboard view
This commit is contained in:
@@ -106,12 +106,12 @@ AlphanumView::AlphanumView(
|
||||
}
|
||||
};
|
||||
|
||||
/*add_child(&raw_char);
|
||||
add_child(&raw_char);
|
||||
raw_char.set_value(0x30);
|
||||
raw_char.on_select = [this, &nav, txt, max_len](Button&) {
|
||||
raw_char.on_select = [this, &nav, txt, max_len](NumberField&) {
|
||||
char_add(raw_char.value());
|
||||
update_text();
|
||||
};*/
|
||||
};
|
||||
|
||||
add_child(&button_done);
|
||||
button_done.on_select = [this, &nav, txt, max_len](Button&) {
|
||||
|
||||
Reference in New Issue
Block a user