Contiki 2.6
|
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. | |
uint8_t | left |
Contains next menu position for left. | |
uint8_t | right |
Contains next menu position for right. | |
uint8_t | up |
Contains next menu position for up. | |
uint8_t | down |
Contains next menu position for down. | |
uint8_t * | state |
State variable used as argument for menu enter function. | |
tmenufunc | enter_func |
Pointer to function to call when enter button is pressed. |
This structure defines the joystick operation within the menu_items[].
uint8_t tmenu_item::down |
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().
uint8_t tmenu_item::up |