Default configurations for menu system.
Copyright (c) 2009-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
Indicator icon definitions | |
#define | GFX_MONO_MENU_INDICATOR_BITMAP 0xFF, 0x7E, 0x3C, 0x18 |
Bitmap data, row by row, MSB is leftmost pixel, one byte per row. More... | |
#define | GFX_MONO_MENU_INDICATOR_HEIGHT 8 |
Height in pixels of indicator icon. More... | |
#define | GFX_MONO_MENU_INDICATOR_WIDTH 4 |
Width in pixels of indicator icon. More... | |
Keyboard codes | |
#define | GFX_MONO_MENU_KEYCODE_DOWN 40 |
Down. More... | |
#define | GFX_MONO_MENU_KEYCODE_UP 38 |
Up. More... | |
#define | GFX_MONO_MENU_KEYCODE_BACK 8 |
Back/exit. More... | |
#define | GFX_MONO_MENU_KEYCODE_ENTER 13 |
Enter/select. More... | |
#define GFX_MONO_MENU_INDICATOR_BITMAP 0xFF, 0x7E, 0x3C, 0x18 |
Bitmap data, row by row, MSB is leftmost pixel, one byte per row.
#define GFX_MONO_MENU_INDICATOR_HEIGHT 8 |
Height in pixels of indicator icon.
#define GFX_MONO_MENU_INDICATOR_WIDTH 4 |
Width in pixels of indicator icon.
Referenced by menu_draw().
#define GFX_MONO_MENU_KEYCODE_BACK 8 |
Back/exit.
Referenced by gfx_mono_menu_process_key(), and run_menu_navigation_test().
#define GFX_MONO_MENU_KEYCODE_DOWN 40 |
Down.
Referenced by gfx_mono_menu_process_key(), run_menu_navigation_test(), run_menu_page_change_test(), and run_menu_wrap_last_test().
#define GFX_MONO_MENU_KEYCODE_ENTER 13 |
Enter/select.
Referenced by gfx_mono_menu_process_key(), and run_menu_navigation_test().
#define GFX_MONO_MENU_KEYCODE_UP 38 |
Up.
Referenced by gfx_mono_menu_process_key(), run_menu_navigation_test(), and run_menu_wrap_first_test().