mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-24 23:09:26 -05:00
Added a couple snap values to the calls app.
This commit is contained in:
parent
4c50401df2
commit
d60299af95
@ -212,12 +212,14 @@ private:
|
|||||||
true
|
true
|
||||||
};
|
};
|
||||||
OptionsField options_snap {
|
OptionsField options_snap {
|
||||||
{ 17 * 8, 15 * 8 },
|
{ 17 * 8, 15 * 8 }, // Position
|
||||||
7,
|
7, // Length
|
||||||
{
|
{ // Options
|
||||||
{ "25kHz ", 25000 },
|
{ "25kHz ", 25000 },
|
||||||
{ "12.5kHz", 12500 },
|
{ "12.5kHz", 12500 },
|
||||||
{ "8.33kHz", 8333 }
|
{ "8.33kHz", 8333 },
|
||||||
|
{ "2.5kHz", 2500 },
|
||||||
|
{ "500Hz", 500 }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user