Add touchevents to menu items

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-12-24 12:22:50 +01:00
parent 6cde51226a
commit 33777f62ee
3 changed files with 28 additions and 4 deletions
+4
View File
@@ -13,6 +13,7 @@ extern bool afscreen;
extern bool BWtune;
extern bool leave;
extern bool menu;
extern bool menuopen;
extern bool scandxmode;
extern bool seek;
extern byte band;
@@ -31,4 +32,7 @@ extern void doStereoToggle();
extern void cancelDXScan();
extern void doBW();
extern void drawButton(const char* text, byte button_number, bool active);
extern void KeyDown();
extern void KeyUp();
extern void ButtonPress();
#endif