Add REGA Alarm call functionality

This commit is contained in:
Markus Baertschi
2025-02-07 19:44:46 +01:00
parent af891c6b6a
commit d45a477327
9 changed files with 290 additions and 1 deletions

View File

@@ -34,6 +34,10 @@ enum GUI_DisplayType_t
DISPLAY_AIRCOPY,
#endif
#ifdef ENABLE_REGA
DISPLAY_REGA,
#endif
DISPLAY_N_ELEM,
DISPLAY_INVALID = 0xFFu
};