mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-04 21:29:36 -04:00
Added repeat setting for AFSK TX, fixed LCR scan, cleaned up LCR
Added max setting for progressbars, default = 100
This commit is contained in:
parent
e958b4bd7d
commit
1beac3bdbd
12 changed files with 169 additions and 165 deletions
|
@ -72,7 +72,6 @@ AlphanumView::AlphanumView(
|
|||
|
||||
size_t n = 0;
|
||||
for(auto& button : buttons) {
|
||||
add_child(&button);
|
||||
button.on_select = button_fn;
|
||||
button.set_parent_rect({
|
||||
static_cast<Coord>((n % 5) * button_w),
|
||||
|
@ -83,6 +82,7 @@ AlphanumView::AlphanumView(
|
|||
button.set_style(&style_num);
|
||||
else
|
||||
button.set_style(&style_alpha);
|
||||
add_child(&button);
|
||||
n++;
|
||||
}
|
||||
set_uppercase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue