Contiki 2.5
|
This structure defines the joystick operation within the menu_items[]. More...
#include <platform/avr-ravenlcd/menu.h>
Data Fields | |
const char *PROGMEM | text |
Menu text to display. More... | |
uint8_t | left |
Contains next menu position for left. More... | |
uint8_t | right |
Contains next menu position for right. More... | |
uint8_t | up |
Contains next menu position for up. More... | |
uint8_t | down |
Contains next menu position for down. More... | |
uint8_t * | state |
State variable used as argument for menu enter function. More... | |
tmenufunc | enter_func |
Pointer to function to call when enter button is pressed. More... | |
This structure defines the joystick operation within the menu_items[].
uint8_t tmenu_item::down |
tmenufunc tmenu_item::enter_func |
uint8_t tmenu_item::left |
uint8_t tmenu_item::right |
uint8_t* tmenu_item::state |
const char* PROGMEM tmenu_item::text |
Menu text to display.
Definition at line 53 of file menu.h.
Referenced by check_main_menu(), check_menu(), and main().