More gymnastics with the menu code

This commit is contained in:
John Stäck 2019-03-02 10:39:28 +01:00
parent f5211800d0
commit 03eb07ea87
3 changed files with 140 additions and 123 deletions

6
menu.h
View file

@ -30,4 +30,10 @@
extern byte subVibSquelch;
void initDisplay();
void showVersion();
void menu();
void drawSensorPixels();
#endif