mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
spectrum cursor opt again (#2634)
* spectrum cursor opt * fmt * remove blink * remove End event * cleanup
This commit is contained in:
committed by
GitHub
parent
9aff3f4121
commit
de3212cba5
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user