mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -04:00
spectrum cursor opt again (#2634)
* spectrum cursor opt * fmt * remove blink * remove End event * cleanup
This commit is contained in:
parent
9aff3f4121
commit
de3212cba5
2 changed files with 8 additions and 23 deletions
|
@ -91,9 +91,6 @@ class FrequencyScale : public Widget {
|
|||
private:
|
||||
static constexpr int filter_band_height = 4;
|
||||
|
||||
void on_tick_second();
|
||||
|
||||
bool _blink{false};
|
||||
int32_t cursor_position{0};
|
||||
SignalToken signal_token_tick_second{};
|
||||
int spectrum_sampling_rate{0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue