mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
Looking spectrum tune (#1143)
* finely tuned spectrum and marker precision, all modes * hidding buttons when mode is not supported * removing on show hide since widget implementation is buggy. Fine tuned values using signal generator to get around the corners --------- Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
@@ -86,6 +86,8 @@ class GlassView : public View {
|
||||
bool process_bins(uint8_t* powerlevel);
|
||||
void on_channel_spectrum(const ChannelSpectrum& spectrum);
|
||||
void do_timers();
|
||||
int64_t next_mult_of(int64_t num, int64_t multiplier);
|
||||
void adjust_range(int64_t* f_min, int64_t* f_max, int64_t width);
|
||||
void on_range_changed();
|
||||
void on_lna_changed(int32_t v_db);
|
||||
void on_vga_changed(int32_t v_db);
|
||||
|
||||
Reference in New Issue
Block a user