Update of /cvsroot/rockbox/apps/plugins
In directory labb:/tmp/cvs-serv1274/apps/plugins
Modified Files:
logo.c
Log Message:
Remote LCD support added to the x11 simulator, take 1. The win32 simulator
still builds, but shows no remote LCD yet.
Index: logo.c
===================================================================
RCS file: /cvsroot/rockbox/apps/plugins/logo.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- logo.c 21 May 2005 13:37:30 -0000 1.7
+++ logo.c 23 May 2005 16:23:24 -0000 1.8
@@ -24,9 +24,9 @@
#define DISPLAY_HEIGHT LCD_HEIGHT
#define RAND_SCALE 5
-#if defined(IRIVER_H100) && !defined(SIMULATOR)
-#define REMOTE_WIDTH 134
-#define REMOTE_HEIGHT 65
+#ifdef HAVE_REMOTE_LCD
+#define REMOTE_WIDTH LCD_REMOTE_WIDTH
+#define REMOTE_HEIGHT LCD_REMOTE_HEIGHT
#define REMOTE_LOGO_WIDTH 91
#define REMOTE_LOGO_HEIGHT 32
#define REMOTE_LOGO rockbox91x32
_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox-cvs
|