mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
Allow disable/enable waveform in Audio app to remove decoding problem on some frequencies
This commit is contained in:
parent
fcdccdea85
commit
ddf7f7ccb5
5 changed files with 134 additions and 8 deletions
|
@ -64,7 +64,8 @@ class AudioSpectrumView : public View {
|
|||
128,
|
||||
0,
|
||||
false,
|
||||
Theme::getInstance()->bg_darkest->foreground};
|
||||
Theme::getInstance()->bg_darkest->foreground,
|
||||
true};
|
||||
};
|
||||
|
||||
class FrequencyScale : public Widget {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue