Menu System
Pre-built menu UI components
void ui_hints_set_labels(const tapp_hint_pair_t* labels)
One button's hint labels. NULL or "" leaves that action blank.
| const tapp_hint_pair_t* | labels | array of 5, in physical button order BTN1..BTN5 |
void ui_hints_show(bool stat)
Show or hide UI hints
| bool | stat | true to show hints, false to hide |
void ui_statusbar_show(bool state)
Show or hide the whole system statusbar (battery, status items, hints)
| bool | state | true to show, false to hide |
Note — Device-only: the desktop emulator does not render the statusbar.