X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgui%2Fmenu.c;h=dabc9210e25a403c0452f645300633721da3177b;hb=5ad7e5ee1a5a243c05ee9a5ab690e48006caad86;hp=86e8f17dd4453cfc4bd277f48b8c9190c6042454;hpb=19f47b8ce8f12aadcd8194c9c5e9c9763678ce3b;p=bertos.git diff --git a/bertos/gui/menu.c b/bertos/gui/menu.c index 86e8f17d..dabc9210 100644 --- a/bertos/gui/menu.c +++ b/bertos/gui/menu.c @@ -26,13 +26,11 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2003, 2004, 2006, 2010 Develer S.r.l. (http://www.develer.com/) * Copyright 2000 Bernie Innocenti * * --> * - * \version $Id$ - * * \author Bernie Innocenti * \author Stefano Fedrigo * @@ -42,6 +40,7 @@ #include "menu.h" #include "cfg/cfg_gfx.h" +#include "cfg/cfg_menu.h" #include "cfg/cfg_arch.h" #include #include @@ -60,6 +59,15 @@ #if CONFIG_MENU_SMOOTH #include +/** + * With this you can choose, at compile time, which backend to use. + * + * $WIZ$ menu_backend_lcd = "LCD_RIT128X96_DRV", "LCD_32122A_DRV" + */ +#define LCD_RIT128X96_DRV 0 ///< +#define LCD_32122A_DRV 1 ///< + + #endif #if (CONFIG_MENU_TIMEOUT != 0)