Rename myself
[bertos.git] / bertos / drv / lcd_gfx_test.c
index 121555f739ea52440e168029e558ecd69df4a68c..7c1d5282b800dde7bf54502f4cd58084e8983277 100644 (file)
  *
  * -->
  *
+ * \brief dot-matrix LCD test.
+ *
  * \version $Id$
  *
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * \brief dot-matrix LCD test.
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.3  2006/01/17 23:00:26  bernie
- *#* Don't use hardcoded coordinates.
- *#*
- *#* Revision 1.2  2006/01/17 02:31:57  bernie
- *#* Test gfx with the usual pentagons.
- *#*
- *#* Revision 1.1  2006/01/16 03:51:35  bernie
- *#* Add LCD Qt emulator.
- *#*
- *#*/
 
-#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 };
@@ -96,3 +90,5 @@ int main(int argc, char *argv[])
        emul_cleanup();
        return 0;
 }
+
+#endif