X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fexamples%2Fsam3n-ek_display%2Fcfg%2Fcfg_menu.h;fp=boards%2Fsam3n-ek%2Fexamples%2Fsam3n-ek_display%2Fcfg%2Fcfg_menu.h;h=bbfa1e76b49f17d5e5c9167040fdf347cc54fb54;hb=f20fc356270e0e09672f272b923867b7e9e87de7;hp=0000000000000000000000000000000000000000;hpb=a646f247a4733ae12b2a5372c23e367e3048efaf;p=bertos.git diff --git a/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_menu.h b/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_menu.h new file mode 100644 index 00000000..bbfa1e76 --- /dev/null +++ b/boards/sam3n-ek/examples/sam3n-ek_display/cfg/cfg_menu.h @@ -0,0 +1,67 @@ +/** + * \file + * + * + * \brief Configuration file for Menu module. + * + * \author Daniele Basile + */ + +#ifndef CFG_MENU_H +#define CFG_MENU_H + +/** + * Enable button bar behind menus + * $WIZ$ type = "boolean" + */ +#define CONFIG_MENU_MENUBAR 0 + +/** + * Level Edit Timeout + * $WIZ$ type = "boolean" + */ +#define CONFIG_LEVELEDIT_TIMEOUT 0 + +/** + * Menu timeout + * $WIZ$ type = "boolean" + */ +#define CONFIG_MENU_TIMEOUT 0 + +/** + * Enable smooth scrolling in menus + * $WIZ$ type = "boolean" + */ +#define CONFIG_MENU_SMOOTH 1 + + +#endif /* CFG_MENU_H */ +