mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-22 13:54:22 -04:00
Added PWM RSSI output for NBFM and WFM
This commit is contained in:
parent
1beac3bdbd
commit
1d697d2201
22 changed files with 274 additions and 118 deletions
|
@ -22,16 +22,8 @@
|
|||
|
||||
#include "ui.hpp"
|
||||
#include "ui_widget.hpp"
|
||||
#include "ui_painter.hpp"
|
||||
#include "ui_menu.hpp"
|
||||
#include "ui_navigation.hpp"
|
||||
#include "ui_textentry.hpp"
|
||||
#include "ui_font_fixed_8x16.hpp"
|
||||
#include "clock_manager.hpp"
|
||||
#include "message.hpp"
|
||||
#include "rf_path.hpp"
|
||||
#include "max2837.hpp"
|
||||
#include "volume.hpp"
|
||||
#include "transmitter_model.hpp"
|
||||
|
||||
namespace ui {
|
||||
|
@ -149,36 +141,6 @@ private:
|
|||
"TX setup"
|
||||
};
|
||||
|
||||
Checkbox checkbox_am_a {
|
||||
{ 16, 64 },
|
||||
0,
|
||||
""
|
||||
};
|
||||
|
||||
Checkbox checkbox_am_b {
|
||||
{ 16, 96 },
|
||||
0,
|
||||
""
|
||||
};
|
||||
|
||||
Checkbox checkbox_am_c {
|
||||
{ 16, 128 },
|
||||
0,
|
||||
""
|
||||
};
|
||||
|
||||
Checkbox checkbox_am_d {
|
||||
{ 16, 160 },
|
||||
0,
|
||||
""
|
||||
};
|
||||
|
||||
Checkbox checkbox_am_e {
|
||||
{ 16, 192 },
|
||||
0,
|
||||
""
|
||||
};
|
||||
|
||||
Button button_lcrdebug {
|
||||
{ 168, 216, 56, 24 },
|
||||
"DEBUG"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue