This commit is contained in:
kraus
2022-01-07 19:46:39 +01:00
parent 73d2ed25bd
commit fd85522318
5 changed files with 653 additions and 2 deletions
+4
View File
@@ -59,6 +59,10 @@ class MUIU8G2
mui_t *getMUI(void) { return &mui; }
uint8_t getCurrentCursorFocusPosition(void) { return mui_GetCurrentCursorFocusPosition(&mui); }
int getCurrentFormId(void) { return mui_GetCurrentFormId(&mui); }
void draw(void) { mui_Draw(&mui); }
//void getSelectableFieldTextOption(fds_t *fds, uint8_t nth_token)
// { mui_GetSelectableFieldTextOption(&mui, fds, nth_token); }