|
TB2026-YDS Firmware
|
Macros | |
| #define | MENU_ROW_H 22 |
| #define | MENU_TEXT_X 8 |
| #define | MENU_SCALE 2 |
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. | |
| #define MENU_ROW_H 22 |
| #define MENU_SCALE 2 |
| #define MENU_TEXT_X 8 |
| 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. |