summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.h
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-04-27 15:20:53 +0000
committerFelix Arends <edx@rockbox.org>2002-04-27 15:20:53 +0000
commita6ca085a35fc2b1739fc8d1e6cf064b45279e8ee (patch)
tree558e54de047a1cde0ac61ab110e54a4bda69d343 /uisimulator/win32/uisw32.h
parent49ea8fb28140f9297a1d470e56761702a389e5b3 (diff)
downloadrockbox-a6ca085a35fc2b1739fc8d1e6cf064b45279e8ee.tar.gz
rockbox-a6ca085a35fc2b1739fc8d1e6cf064b45279e8ee.zip
removed unneeded code from lcd.c and renamed it do lcd-win32.c
updated modified constants (LCD_WIDTH, LCD_HEIGHT) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@261 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32/uisw32.h')
-rw-r--r--uisimulator/win32/uisw32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h
index 37edb0c4b8..d168c8955e 100644
--- a/uisimulator/win32/uisw32.h
+++ b/uisimulator/win32/uisw32.h
@@ -5,6 +5,7 @@
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < 5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ 6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$
8 * 9 *
9 * Copyright (C) 2002 by Felix Arends 10 * Copyright (C) 2002 by Felix Arends
10 * 11 *
@@ -24,7 +25,7 @@
24 25
25#define UI_WIDTH 240 // width of GUI window 26#define UI_WIDTH 240 // width of GUI window
26#define UI_HEIGHT 360 // height of GUI window 27#define UI_HEIGHT 360 // height of GUI window
27#define UI_LCD_COLOR 46, 57, 49 // bkgnd color of LCD 28#define UI_LCD_COLOR 46, 67, 49 // bkgnd color of LCD
28#define UI_LCD_BLACK 0, 0, 0 // black 29#define UI_LCD_BLACK 0, 0, 0 // black
29#define UI_LCD_POSX 59 // x position of lcd 30#define UI_LCD_POSX 59 // x position of lcd
30#define UI_LCD_POSY 95 // y position of lcd 31#define UI_LCD_POSY 95 // y position of lcd