mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
Transmitter config widget
Frequency manager duplicate alert Tone sets
This commit is contained in:
parent
0642d633c3
commit
688a012443
29 changed files with 759 additions and 203 deletions
|
@ -136,21 +136,25 @@ private:
|
|||
|
||||
MenuView menu_view { true };
|
||||
|
||||
Text text_edit {
|
||||
{ 16, 194, 5 * 8, 16 },
|
||||
"Edit:"
|
||||
};
|
||||
Button button_edit_freq {
|
||||
{ 52, 194, 106, 30 },
|
||||
"Edit freq."
|
||||
{ 16, 194 + 16, 104, 32 },
|
||||
"Frequency"
|
||||
};
|
||||
Button button_edit_desc {
|
||||
{ 52, 192 + 32, 106, 30 },
|
||||
"Edit desc."
|
||||
{ 16, 194 + 16 + 34, 104, 32 },
|
||||
"Description"
|
||||
};
|
||||
Button button_del {
|
||||
{ 168, 192, 64, 64 },
|
||||
"Del"
|
||||
{ 160, 192, 72, 64 },
|
||||
"Delete"
|
||||
};
|
||||
|
||||
Button button_exit {
|
||||
{ 168, 264, 64, 32 },
|
||||
{ 160, 264, 72, 32 },
|
||||
"Exit"
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue