From a72499a12541fa0348e92f88662d1efe15b0ea47 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 13 Jan 2008 00:11:43 +0000 Subject: Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16066 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/cube.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/cube.c') diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c index 73d0630adc..187fcad1c1 100644 --- a/apps/plugins/cube.c +++ b/apps/plugins/cube.c @@ -214,6 +214,7 @@ static int y_off = LCD_HEIGHT/2; #if LCD_DEPTH == 1 #define USE_GSLIB +GREY_INFO_STRUCT struct my_lcd { void (*update)(void); void (*clear_display)(void); -- cgit v1.2.3