mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-17 19:00:41 -04:00
Numbers station works, very basic
Added utilities, whip antenna length calculator Modal errors/abort
This commit is contained in:
parent
d18b6d135d
commit
e56fa0f479
32 changed files with 642 additions and 153 deletions
|
@ -198,13 +198,17 @@ private:
|
|||
static constexpr int text_digits = mhz_digits + 1 + submhz_digits;
|
||||
|
||||
Text text_value {
|
||||
{ 0, 0, text_digits * button_w, button_h }
|
||||
{ 0, 4, 240, 16 }
|
||||
};
|
||||
|
||||
std::array<Button, 12> buttons;
|
||||
|
||||
Button button_save {
|
||||
{ 0, button_h * 4 + button_h, button_w, button_h },
|
||||
"Save"
|
||||
};
|
||||
Button button_close {
|
||||
{ 0, button_h * 4 + button_h, button_w * 3, button_h },
|
||||
{ button_w, button_h * 4 + button_h, button_w * 2, button_h },
|
||||
"Done"
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue