mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 20:22:22 -04:00
Touch: Add touch configuration UI.
This commit is contained in:
parent
cd9b76ef78
commit
24fa97439d
4 changed files with 372 additions and 1 deletions
|
@ -21,6 +21,8 @@
|
|||
|
||||
#include "ui_setup.hpp"
|
||||
|
||||
#include "ui_touch_calibration.hpp"
|
||||
|
||||
#include "portapack_persistent_memory.hpp"
|
||||
#include "lpc43xx_cpp.hpp"
|
||||
using namespace lpc43xx;
|
||||
|
@ -196,7 +198,7 @@ SetupMenuView::SetupMenuView(NavigationView& nav) {
|
|||
{ "Date/Time", [&nav](){ nav.push<SetDateTimeView>(); } },
|
||||
{ "Frequency Correction", [&nav](){ nav.push<SetFrequencyCorrectionView>(); } },
|
||||
{ "Antenna Bias Voltage", [&nav](){ nav.push<AntennaBiasSetupView>(); } },
|
||||
{ "Touch", [&nav](){ nav.push<NotImplementedView>(); } },
|
||||
{ "Touch", [&nav](){ nav.push<TouchCalibrationView>(); } },
|
||||
} });
|
||||
on_left = [&nav](){ nav.pop(); };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue