mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-11 16:10:26 -04: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:
parent
b1733cbd2a
commit
ec3cc7a859
2 changed files with 22 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue