Mark this module as broken.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 20 May 2008 08:52:03 +0000 (08:52 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 20 May 2008 08:52:03 +0000 (08:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1286 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/lcd_gfx_test.c

index 559dcfb97da5c783f4c4d342eb68976f02452854..8804684966b3fc48894cf1deeae4317831d21aba 100644 (file)
  *
  * -->
  *
+ * \brief dot-matrix LCD test.
+ *
  * \version $Id$
  *
  * \author Bernardo Innocenti <bernie@develer.com>
  *
- * \brief dot-matrix LCD test.
  */
 
-#include <emul/emul.h>
+
+#warning FIXME: broken test!
+
+#if 0
+
 #include <drv/lcd_gfx.h>
 #include <gfx/gfx.h>
 
+#include <emul/emul.h>
+
 static void magic(struct Bitmap *bitmap, coord_t x, coord_t y)
 {
        static const coord_t coords[] = { 120, 34, 90, 90, 30, 90, 0, 34, 60, 0, 90, 90, 0, 34, 120, 34, 30, 90, 60, 0 };
@@ -83,3 +90,5 @@ int main(int argc, char *argv[])
        emul_cleanup();
        return 0;
 }
+
+#endif