From: asterix Date: Wed, 28 Sep 2011 14:33:41 +0000 (+0000) Subject: Add missing cfg. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=inline;h=620429e5883259deab52c2826564206d86dea263;p=bertos.git Add missing cfg. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5112 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_menu.h b/boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_menu.h new file mode 100644 index 00000000..bbfa1e76 --- /dev/null +++ b/boards/sam3x-ek/examples/sam3x-ek_codec/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 */ +