mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-08 07:49:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user