X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Flcd_gfx_test.c;h=7c1d5282b800dde7bf54502f4cd58084e8983277;hb=e62ca0b357f09804d7d894949df44224c9d74bb7;hp=121555f739ea52440e168029e558ecd69df4a68c;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/lcd_gfx_test.c b/bertos/drv/lcd_gfx_test.c index 121555f7..7c1d5282 100644 --- a/bertos/drv/lcd_gfx_test.c +++ b/bertos/drv/lcd_gfx_test.c @@ -30,30 +30,24 @@ * * --> * + * \brief dot-matrix LCD test. + * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * - * \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 +#warning FIXME: broken test! + +#if 0 + #include #include +#include + 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