Added some skeletons

Renamed "Scanner" to "Search"
Modified splash bitmap
Disabled Nuoptix TX
This commit is contained in:
furrtek 2018-03-27 12:52:07 +01:00
parent 8573f760be
commit d0ce9610b5
23 changed files with 1969 additions and 1690 deletions

View file

@ -21,10 +21,12 @@
*/
#include "ui.hpp"
#include "file.hpp"
#include "ui_receiver.hpp"
#include "ui_geomap.hpp"
#include "ui_font_fixed_8x16.hpp"
#include "file.hpp"
#include "recent_entries.hpp"
#include "log_file.hpp"
#include "adsb.hpp"
@ -34,6 +36,10 @@ using namespace adsb;
namespace ui {
#define ADSB_DECAY_A 10 // In seconds
#define ADSB_DECAY_B 30
#define ADSB_DECAY_C 60 // Can be used for removing old entries, RecentEntries already caps to 64
struct AircraftRecentEntry {
using Key = uint32_t;