Add APRS Receiving App

This commit is contained in:
East2West 2021-03-07 16:05:23 -06:00
parent de92faf67b
commit f15cf78101
No known key found for this signature in database
GPG key ID: 58418944D71A1EA6
18 changed files with 1722 additions and 16 deletions

View file

@ -325,6 +325,7 @@ public:
void paint(Painter&) override;
void enable_scrolling(bool enable);
void on_show() override;
void on_hide() override;
@ -332,6 +333,7 @@ private:
//bool visible = false;
Point pos { 0, 0 };
std::string buffer { };
static bool scrolling_enabled;
void crlf();
};
@ -545,7 +547,7 @@ public:
size_t selected_index() const;
size_t selected_index_value() const;
void set_selected_index(const size_t new_index);
void set_selected_index(const size_t new_index, bool trigger_change = true);
void set_by_value(value_t v);