X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgui%2Fmenu.c;h=6c3f8d0d8fef038c8980a521585c46efc65e2f30;hb=e6fc1ae3fca5a01138a356fd3aecebe8a5522a68;hp=dabc9210e25a403c0452f645300633721da3177b;hpb=5ad7e5ee1a5a243c05ee9a5ab690e48006caad86;p=bertos.git diff --git a/bertos/gui/menu.c b/bertos/gui/menu.c index dabc9210..6c3f8d0d 100644 --- a/bertos/gui/menu.c +++ b/bertos/gui/menu.c @@ -40,7 +40,6 @@ #include "menu.h" #include "cfg/cfg_gfx.h" -#include "cfg/cfg_menu.h" #include "cfg/cfg_arch.h" #include #include @@ -59,15 +58,6 @@ #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)