ubitxv6/setup.h
2020-01-19 19:24:26 -08:00

6 lines
173 B
C

#pragma once
void doSetup2(); //main setup function, displays the setup menu, calls various dialog boxes
void setupTouch();
void runLocalOscSetting();
void runBfoSetting();