summaryrefslogtreecommitdiff
path: root/uisimulator/win32
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-02-20 00:31:10 +0000
committerJens Arnold <amiconn@rockbox.org>2006-02-20 00:31:10 +0000
commit3e496e3ecf60db743cfe82e57b82b72764e20f39 (patch)
tree833798e58b5bfd3428cfaaa6d8d1c95ba8681a8a /uisimulator/win32
parentda8db11e2872904c842454443475dcca98366a7e (diff)
downloadrockbox-3e496e3ecf60db743cfe82e57b82b72764e20f39.tar.gz
rockbox-3e496e3ecf60db743cfe82e57b82b72764e20f39.zip
Reworked player simulator icons to fit the changed charcell scale factor and look more like the actual icons. Adapted player sim display sizes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8745 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/uisw32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h
index ce8a046bcd..22a9015196 100644
--- a/uisimulator/win32/uisw32.h
+++ b/uisimulator/win32/uisw32.h
@@ -47,9 +47,9 @@ typedef unsigned short wchar_t;
47#define UI_LCD_BGCOLORLIGHT 126, 229, 126 // bkgnd color of LCD (backlight) 47#define UI_LCD_BGCOLORLIGHT 126, 229, 126 // bkgnd color of LCD (backlight)
48#define UI_LCD_BLACK 0, 0, 0 // black 48#define UI_LCD_BLACK 0, 0, 0 // black
49#define UI_LCD_POSX 75 // x position of lcd 49#define UI_LCD_POSX 75 // x position of lcd
50#define UI_LCD_POSY 111 // y position of lcd 50#define UI_LCD_POSY 116 // y position of lcd
51#define UI_LCD_WIDTH 132 51#define UI_LCD_WIDTH 132
52#define UI_LCD_HEIGHT 75 52#define UI_LCD_HEIGHT 64
53 53
54#elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) 54#elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
55#define UI_TITLE "Jukebox FM Recorder" 55#define UI_TITLE "Jukebox FM Recorder"