*
* -->
*
+ * \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 };
emul_cleanup();
return 0;
}
+
+#endif