Add lcd 32122a module cfg.
[bertos.git] / bertos / gui / leveledit.c
index 10ef87621ca5a72d2fa1f4dd34420205fa49d2b0..fd49af907e382f75928133eb40a4956bc0611d26 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Generic editor for (volume/gain/contrast/...) setting.
  *
- * \version $Id$
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
@@ -46,7 +45,7 @@
 
 #include <gui/levelbar.h>
 
-#include <mware/pgm.h>
+#include <cpu/pgm.h>
 
 #include <gfx/text.h>
 #include <gfx/font.h>
 #include <gui/menubar.h>
 #endif
 
-// BEGIN project_grl LOCAL
 #include <drv/lcd_gfx.h>
-#include <gui/guiman.h>
-// END project_grl LOCAL
 
 #warning FIXME: Revise me!
 
@@ -267,17 +263,8 @@ void level_edit(struct LevelEdit *lev)
                                        }
                                #endif
 
-// BEGIN project_grl LOCAL
-#if 1
-                               //FIXME: must to this only when needed
-                               lcd_blitBitmap(&lcd_bitmap);
-                       }
-                       while (!(keys = GuiMan_KbdPeek()));
-#else
                        }
                        while (!(keys = kbd_peek()));
-#endif
-// END project_grl LOCAL
 
                        if (keys & K_CANCEL)
                                break;