mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
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:
parent
b5fc2530a7
commit
a5ef8f0c6f
3 changed files with 3 additions and 3 deletions
BIN
uisimulator/win32/UI-h120.bmp
Normal file
BIN
uisimulator/win32/UI-h120.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 190 KiB |
|
|
@ -75,8 +75,8 @@ typedef unsigned short wchar_t;
|
|||
#define UI_LCD_WIDTH 112
|
||||
#define UI_LCD_HEIGHT 64 // (80 for real aspect)
|
||||
|
||||
#elif defined(IRIVER_H100)
|
||||
#define UI_TITLE "iriver H100"
|
||||
#elif defined(IRIVER_H100_SERIES)
|
||||
#define UI_TITLE "iriver H1x0"
|
||||
#define UI_WIDTH 379 // width of GUI window
|
||||
#define UI_HEIGHT 508 // height of GUI window
|
||||
#define UI_LCD_BGCOLOR 90, 145, 90 // bkgnd color of LCD (no backlight)
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ XrmOptionDescRec options [] = {
|
|||
char *progclass = "rockboxui";
|
||||
|
||||
char *defaults [] = {
|
||||
#ifdef IRIVER_H100
|
||||
#ifdef IRIVER_H100_SERIES
|
||||
".background: lightblue",
|
||||
#elif defined ARCHOS_GMINI120
|
||||
".background: royalblue",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue