Added back frequency display for CTCSS

Attempted to fix replay, just fixed StreamBuffer read() and added
waterfall display...
Updated binary
This commit is contained in:
furrtek
2017-12-06 13:20:51 +00:00
parent d77337dd77
commit 3221992ad1
18 changed files with 133 additions and 54 deletions
+2 -5
View File
@@ -41,7 +41,7 @@ public:
void on_hide() override;
//void set_parent_rect(const Rect new_parent_rect) override;
void set_parent_rect(const Rect new_parent_rect) override;
void focus() override;
@@ -54,9 +54,6 @@ private:
static constexpr ui::Dim header_height = 2 * 16;
static constexpr uint32_t sampling_rate = 500000;
static constexpr uint32_t baseband_bandwidth = 2500000;
void on_target_frequency_changed(rf::Frequency f);
rf::Frequency target_frequency() const;
@@ -79,7 +76,7 @@ private:
16384, 3
};
//spectrum::WaterfallWidget waterfall { };
spectrum::WaterfallWidget waterfall { };
};
} /* namespace ui */