- Added initial version of Hierarchical Menu

- Beautified the Message Box a bit
This commit is contained in:
2025-09-19 15:21:15 +02:00
parent 097a50f073
commit c8f14373d3
36 changed files with 2998 additions and 1973 deletions

View File

@@ -13,6 +13,7 @@
// ============================================================================================
// Variables
void (*_Screen_Last)(Screen_Transition_Direction direction_out, Screen_Transition_Direction direction_in, Easing type, uint32_t frame_duration);
void (*_Screen_Tick)(void);
void (*_Screen_Click)(uint button_return_value);
void (*_Screen_Touch_Event)(int16_t x, int16_t y);