Microchip® Advanced Software Framework

conf_menu.h File Reference

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
#define GFX_MONO_MENU_KEYCODE_DOWN   40
#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