More pretty icons, BW setting change in BHT TX

This commit is contained in:
furrtek 2017-01-06 02:51:09 +01:00
parent c0909fa298
commit 9fab42eb7c
11 changed files with 142 additions and 14 deletions

View file

@ -452,7 +452,7 @@ SetupMenuView::SetupMenuView(NavigationView& nav) {
{ "Frequency correction", ui::Color::white(), nullptr, [&nav](){ nav.push<SetFrequencyCorrectionView>(); } },
{ "Antenna Bias Voltage", ui::Color::white(), nullptr, [&nav](){ nav.push<AntennaBiasSetupView>(); } },
{ "Touch screen", ui::Color::white(), nullptr, [&nav](){ nav.push<TouchCalibrationView>(); } },
{ "Play dead", ui::Color::red(), nullptr, [&nav](){ nav.push<SetPlayDeadView>(); } }
{ "Play dead", ui::Color::red(), &bitmap_icon_playdead, [&nav](){ nav.push<SetPlayDeadView>(); } }
} });
on_left = [&nav](){ nav.pop(); };
}