Simulator fixes: H120 Win32 simulator build working. H120 X11 simulator uses correct LCD background colour.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7075 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-07-08 19:26:17 +00:00
parent b5fc2530a7
commit a5ef8f0c6f
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

View file

@ -75,8 +75,8 @@ typedef unsigned short wchar_t;
#define UI_LCD_WIDTH 112 #define UI_LCD_WIDTH 112
#define UI_LCD_HEIGHT 64 // (80 for real aspect) #define UI_LCD_HEIGHT 64 // (80 for real aspect)
#elif defined(IRIVER_H100) #elif defined(IRIVER_H100_SERIES)
#define UI_TITLE "iriver H100" #define UI_TITLE "iriver H1x0"
#define UI_WIDTH 379 // width of GUI window #define UI_WIDTH 379 // width of GUI window
#define UI_HEIGHT 508 // height of GUI window #define UI_HEIGHT 508 // height of GUI window
#define UI_LCD_BGCOLOR 90, 145, 90 // bkgnd color of LCD (no backlight) #define UI_LCD_BGCOLOR 90, 145, 90 // bkgnd color of LCD (no backlight)

View file

@ -59,7 +59,7 @@ XrmOptionDescRec options [] = {
char *progclass = "rockboxui"; char *progclass = "rockboxui";
char *defaults [] = { char *defaults [] = {
#ifdef IRIVER_H100 #ifdef IRIVER_H100_SERIES
".background: lightblue", ".background: lightblue",
#elif defined ARCHOS_GMINI120 #elif defined ARCHOS_GMINI120
".background: royalblue", ".background: royalblue",