Made a GeoPos widget for lon/lat/alt entry and display (APRS...)

Cleaned up the GeoMap view, can be used as input
This commit is contained in:
furrtek 2017-08-03 19:06:59 +01:00
parent a5f0f72ea1
commit fba5b507ad
10 changed files with 285 additions and 165 deletions

View file

@ -27,8 +27,6 @@
#include "ui_widget.hpp"
#include "ui_navigation.hpp"
#include "ui_painter.hpp"
#include "ui_receiver.hpp"
#include "ui_font_fixed_8x16.hpp"
namespace ui {
@ -53,8 +51,6 @@ private:
class TabView : public View {
public:
//std::function<void(void)> on_change { };
struct TabDef {
std::string text;
ui::Color color;