From 6866cef936eb29767f7e9f3fa4e3d1f0e392eebe Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Wed, 21 Aug 2002 10:43:31 +0000 Subject: Added icons for charcell simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1857 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/drivers/lcd.h') diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h index 4aab039f97..b99fa54389 100644 --- a/firmware/drivers/lcd.h +++ b/firmware/drivers/lcd.h @@ -46,6 +46,10 @@ extern void lcd_update_rect(int x, int y, int width, int height); #define lcd_update() #endif +#if defined(SIMULATOR) +#include "sim_icons.h" +#endif + #ifdef HAVE_LCD_CHARCELLS /* Icon definitions for lcd_icon() */ -- cgit v1.2.3