From ad4e3d665734b14a28f1ba5fa874663772dab3e7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 26 Mar 2007 07:52:13 +0000 Subject: First step of charcell LCD code rework: * Make it fully unicode aware so that adding non-ISO8859-1 scripts becomes possible (limited by the LCD capabilities of course). * Make the API more similar to the bitmap LCD code's API. * Moved hardware dependent parts to target tree. * Simplified code. * Jumpscroll temporarily non-functional. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12916 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/flipit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/flipit.c') diff --git a/apps/plugins/flipit.c b/apps/plugins/flipit.c index fd02bc4789..91afc9eca7 100644 --- a/apps/plugins/flipit.c +++ b/apps/plugins/flipit.c @@ -203,7 +203,7 @@ static const unsigned char tk_pat[4][7] = { }; static unsigned char cur_pat[7]; -static unsigned char gfx_chars[5]; +static unsigned long gfx_chars[5]; static void release_gfx(void) { -- cgit v1.2.3