mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -04:00
Added AFSK BW and repeat parameters
This commit is contained in:
parent
00ee78f533
commit
ff96464efe
9 changed files with 67 additions and 12 deletions
|
@ -67,7 +67,7 @@ private:
|
|||
{ 64, 104 },
|
||||
5,
|
||||
{ 100, 32000 },
|
||||
100,
|
||||
25,
|
||||
' '
|
||||
};
|
||||
|
||||
|
@ -79,7 +79,31 @@ private:
|
|||
{ 64, 120 },
|
||||
5,
|
||||
{ 100, 32000 },
|
||||
100,
|
||||
25,
|
||||
' '
|
||||
};
|
||||
|
||||
Text text_bw {
|
||||
{ 140, 104, 80, 16 },
|
||||
"BW: kHz"
|
||||
};
|
||||
NumberField field_bw {
|
||||
{ 172, 104 },
|
||||
3,
|
||||
{ 1, 40 },
|
||||
1,
|
||||
' '
|
||||
};
|
||||
|
||||
Text text_repeat {
|
||||
{ 140, 120, 64, 16 },
|
||||
"Repeat: "
|
||||
};
|
||||
NumberField field_repeat {
|
||||
{ 204, 120 },
|
||||
2,
|
||||
{ 1, 99 },
|
||||
1,
|
||||
' '
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue