mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 17:35:34 -04:00
Level meter (#827)
* added possibility to scale vertically from bottom to top * Squeleton of Level app from Recon App * Working LevelApp * Tweaking peak and display or RSSI chart * Moved widgets, prepared audio decode, added working ctcss display and peak hold max rssi val * Added RSSIGraph * Updated Level to use RSSIGraph * Graph as lines instead as bars * correct CTCSS hiding if not in NFM mode * added back db value and drawing for it. clamped to [-100,20] db * added back audio, volume, better placement for buttons, db graph * Using different icon for Level app, unless someone provide a better one * fixed CTCSS position --------- Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
parent
e2620f1a33
commit
69df16d6e2
7 changed files with 832 additions and 68 deletions
|
@ -58,6 +58,7 @@
|
|||
#include "ui_scanner.hpp"
|
||||
#include "ui_search.hpp"
|
||||
#include "ui_recon.hpp"
|
||||
#include "ui_level.hpp"
|
||||
#include "ui_sd_wipe.hpp"
|
||||
#include "ui_settings.hpp"
|
||||
#include "ui_siggen.hpp"
|
||||
|
@ -484,6 +485,7 @@ ReceiversMenuView::ReceiversMenuView(NavigationView& nav) {
|
|||
{ "Radiosnde", ui::Color::green(), &bitmap_icon_sonde, [&nav](){ nav.push<SondeView>(); } },
|
||||
{ "TPMS Cars", ui::Color::green(), &bitmap_icon_tpms, [&nav](){ nav.push<TPMSAppView>(); } },
|
||||
{ "Recon", ui::Color::green(), &bitmap_icon_scanner, [&nav](){ nav.push<ReconView>(); } },
|
||||
{ "Level", ui::Color::green(), &bitmap_icon_options_radio, [&nav](){ nav.push<LevelView>(); } },
|
||||
{ "APRS", ui::Color::green(), &bitmap_icon_aprs, [&nav](){ nav.push<APRSRXView>(); } }
|
||||
/*
|
||||
{ "DMR", ui::Color::dark_grey(), &bitmap_icon_dmr, [&nav](){ nav.push<NotImplementedView>(); } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue