Restoring jammer and RDS functionalities, please wait...

Started work on frequency manager and numbers station simulator
This commit is contained in:
furrtek
2016-12-05 12:56:41 +01:00
parent ef0feae62b
commit d18b6d135d
43 changed files with 1083 additions and 734 deletions
+3 -2
View File
@@ -32,11 +32,12 @@ class FreqManView : public View {
public:
FreqManView(NavigationView& nav);
//~FreqManView();
std::string title() const override { return "Frequency list"; };
void paint(Painter& painter) override;
void on_show() override;
void on_hide() override;
//void on_show() override;
//void on_hide() override;
private:
std::array<Text, 10> text_list;