From: asterix Date: Tue, 20 May 2008 08:52:03 +0000 (+0000) Subject: Mark this module as broken. X-Git-Tag: 2.0.0~648 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d292cfb489558ac4b5d417db70dfaceb81ed1718;p=bertos.git Mark this module as broken. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1286 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/lcd_gfx_test.c b/bertos/drv/lcd_gfx_test.c index 559dcfb9..88046849 100644 --- a/bertos/drv/lcd_gfx_test.c +++ b/bertos/drv/lcd_gfx_test.c @@ -30,17 +30,24 @@ * * --> * + * \brief dot-matrix LCD test. + * * \version $Id$ * * \author Bernardo Innocenti * - * \brief dot-matrix LCD test. */ -#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 }; @@ -83,3 +90,5 @@ int main(int argc, char *argv[]) emul_cleanup(); return 0; } + +#endif