1
0
mirror of https://codeberg.org/mclemens/ubitxv6.git synced 2025-02-21 06:57:27 -05:00

Create a root menu for setup

This commit is contained in:
Reed Nightingale 2020-02-15 13:49:30 -08:00
parent c8a90efee8
commit e9e134079a

@ -1,6 +1,9 @@
#pragma once #pragma once
void doSetup2(); //main setup function, displays the setup menu, calls various dialog boxes #include "menu.h"
extern Menu_t* const setupMenu;
void setupTouch(); void setupTouch();
void runLocalOscSetting(); void runLocalOscSetting();
void runBfoSetting(); void runBfoSetting();