Working on menu

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-08-10 17:59:18 +02:00
parent 9fac3e2742
commit c03e34aeeb
2 changed files with 963 additions and 48 deletions
+959 -47
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -22,10 +22,13 @@
#define ITEM9 190
#define ITEM10 210
#define PAGE_COUNT 5
#define PAGE_COUNT 13//5
enum menupage {PAGE1, PAGE2, PAGE3, PAGE4, PAGE5, INDEX, MAINSETTINGS, AUDIOSETTINGS, DISPLAYSETTINGS, RDSSETTINGS, FMSETTINGS, AMSETTINGS, CONNECTIVITY};
extern byte menuitem;
extern byte items[13];
extern bool advancedRDS;
extern bool af;
extern bool afpage;