Add full touch support to menu

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-02 17:07:15 +01:00
parent 5f0241a444
commit 475258f113
7 changed files with 1328 additions and 48 deletions
+6
View File
@@ -18,6 +18,10 @@ extern bool scandxmode;
extern bool seek;
extern byte band;
extern byte BWset;
extern byte menuitem;
extern byte items[10];
extern byte menupage;
extern int menuoption;
void doTouchEvent(uint16_t x, uint16_t y);
@@ -35,4 +39,6 @@ extern void drawButton(const char* text, byte button_number, bool active);
extern void KeyDown();
extern void KeyUp();
extern void ButtonPress();
extern void DoMenu();
extern void ModeButtonPress();
#endif