Support scrolling in menus

Menus can now have more than 6 entries. There is now an almost empty ABOUT entry in the main menu.
This commit is contained in:
Mikael Degerfält 2019-06-23 20:39:11 +02:00
parent 4755b15cd7
commit 0e32077042
2 changed files with 65 additions and 17 deletions

View file

@ -17,6 +17,7 @@
#define SETUP_CT_MENU 5
#define ROTATOR_MENU 6
#define VIBRATO_MENU 7
#define ABOUT_MENU 8
#define ARR_LEN(a) (sizeof (a) / sizeof (a[0]))