0x0000, 0x0000,
};
+#warning TODO: Fill the structure with missing parameter (see font.h for more detail).
/* Exported structure definition. */
+#if 0
Font font_10x20 = {
font_10x20_glyphs,
10,
20
};
+#endif
+
#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!
}
#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;