#include <avr/pgmspace.h>#include <inttypes.h>Go to the source code of this file.
Compounds | |
| class | Container |
| Basic visible object which can contain other objects. More... | |
| class | VisibleObject |
| Abstract root of all visible objects. More... | |
Functions | |
| void | menu_set_hook (uint8_t index, PGM_VOID_P image, VisibleObject *obj) |
| Install a menu hook. | |
| void | menu_remove_hook (uint8_t index) |
| Remove a menu hook. | |
| void | menu_init (void) |
| Initialize menu. | |
| void | menu_process (void) |
| Process menu events. | |
Definition in file menu.h.
|
|
Initialize menu. This function loads the application image, creates the root object and feeds it with it's properties. |
|
|
Process menu events. Dispatches and processes keypad events. |
|
|
Remove a menu hook. A object will receive no further key events for key "index". |
|
||||||||||||||||
|
Install a menu hook. After invoking this function object "obj" will receive keypad events for key "index".
|
1.3.3