mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 05:52:29 +00:00
Merge remote-tracking branch 'upstream/master'
Base class for text entry
This commit is contained in:
@@ -136,11 +136,11 @@ RDSView::RDSView(NavigationView& nav) {
|
||||
options_coverage.set_selected_index(0); // Local
|
||||
|
||||
button_editpsn.on_select = [this, &nav](Button&) {
|
||||
text_entry(nav, &PSN, 8);
|
||||
text_prompt(nav, &PSN, 8);
|
||||
};
|
||||
|
||||
button_editradiotext.on_select = [this, &nav](Button&){
|
||||
text_entry(nav, &RadioText, 24);
|
||||
text_prompt(nav, &RadioText, 24);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user