summaryrefslogtreecommitdiff
path: root/uisimulator/sdl
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/sdl
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/sdl')
-rw-r--r--uisimulator/sdl/uisdl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h
index f4a28f9e0f..0501028fb2 100644
--- a/uisimulator/sdl/uisdl.h
+++ b/uisimulator/sdl/uisdl.h
@@ -45,9 +45,9 @@
45#define UI_LCD_BGCOLORLIGHT 126, 229, 126 // bkgnd color of LCD (backlight) 45#define UI_LCD_BGCOLORLIGHT 126, 229, 126 // bkgnd color of LCD (backlight)
46#define UI_LCD_BLACK 0, 0, 0 // black 46#define UI_LCD_BLACK 0, 0, 0 // black
47#define UI_LCD_POSX 75 // x position of lcd 47#define UI_LCD_POSX 75 // x position of lcd
48#define UI_LCD_POSY 111 // y position of lcd 48#define UI_LCD_POSY 116 // y position of lcd
49#define UI_LCD_WIDTH 132 49#define UI_LCD_WIDTH 132
50#define UI_LCD_HEIGHT 75 50#define UI_LCD_HEIGHT 64
51 51
52#elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2) 52#elif defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
53#define UI_TITLE "Jukebox FM Recorder" 53#define UI_TITLE "Jukebox FM Recorder"