|
TTK4155 Lab Node 1
Term project in the NTNU course TTK4155 Embedded and Industrial Computer Systems Design
|
Menu configuration and state. More...
#include <menu.h>
Data Fields | |
| struct io_oled_device * | oled |
| struct menu_item * | items |
| uint8_t | length |
| int8_t | cursor_pos |
| enum page_id | current_page |
| struct menu_item * | root_items |
| uint8_t | root_length |
| struct menu_item * | parent_menu |
| uint8_t | parent_length |
| int8_t menu_cfg::cursor_pos |
| struct io_oled_device* menu_cfg::oled |
| struct menu_item* menu_cfg::parent_menu |