From 628d20a6109bf65175e7c4b1bd9477cdccfd7437 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 2 Aug 2006 00:22:01 +0000 Subject: Grayscale library: LCD linearisation and gamma correction. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10402 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fire.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/fire.c') diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index 7e0c3ba..6207a88 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -332,7 +332,7 @@ int main(void) shades = 256; #else shades = gray_init(rb, gbuf, gbuf_size, false, LCD_WIDTH, LCD_HEIGHT/8, - 32, NULL) + 1; + 32, 2<<8, NULL) + 1; if(shades <= 1) { rb->splash(HZ, true, "not enough memory"); -- cgit v1.1