|
TB2026-YDS Firmware
|
Generic vertical-list menu screen (a concrete screen_t). More...
Go to the source code of this file.
Data Structures | |
| struct | menu_screen_t |
| A scrollable list menu. More... | |
Functions | |
| void | menu_screen_init (menu_screen_t *ms, const menu_item_t *items, int count) |
| Initialize a menu screen: wire the screen vtable and store the items. | |
Generic vertical-list menu screen (a concrete screen_t).
| void menu_screen_init | ( | menu_screen_t * | ms, |
| const menu_item_t * | items, | ||
| int | count ) |
Initialize a menu screen: wire the screen vtable and store the items.
| ms | Menu screen to initialize. |
| items | Item array; must outlive the screen (not copied). |
| count | Number of entries in items. |