From 8b6950493bb281e8aac996219d33188c482b1d67 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 16 Sep 2004 14:36:08 +0000 Subject: Moved LCD_WIDHT/HEIGHT from lcd driver to config file. Simulators now use conig-xxx.h. Added Iriver H100 to tools/configure. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5081 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/export/lcd.h') diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 7dda83d8da..21d1f4cc55 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -105,11 +105,6 @@ void lcd_remove_cursor(void); #if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) #if defined(HAVE_LCD_CHARCELLS) && defined(SIMULATOR) -#define LCD_WIDTH (4*11*6) /* Display width in pixels */ -#define LCD_HEIGHT (4*16+2*24) /* 4*char + 2*icons */ -#else -#define LCD_WIDTH 112 /* Display width in pixels */ -#define LCD_HEIGHT 64 /* Display height in pixels */ #endif #define DRAW_PIXEL(x,y) lcd_framebuffer[(y)/8][(x)] |= (1<<((y)&7)) -- cgit v1.2.3