From a6ca085a35fc2b1739fc8d1e6cf064b45279e8ee Mon Sep 17 00:00:00 2001 From: Felix Arends Date: Sat, 27 Apr 2002 15:20:53 +0000 Subject: 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 --- uisimulator/win32/uisw32.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uisimulator/win32/uisw32.h') 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 @@ * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ * \/ \/ \/ \/ \/ + * $Id$ * * Copyright (C) 2002 by Felix Arends * @@ -24,7 +25,7 @@ #define UI_WIDTH 240 // width of GUI window #define UI_HEIGHT 360 // height of GUI window -#define UI_LCD_COLOR 46, 57, 49 // bkgnd color of LCD +#define UI_LCD_COLOR 46, 67, 49 // bkgnd color of LCD #define UI_LCD_BLACK 0, 0, 0 // black #define UI_LCD_POSX 59 // x position of lcd #define UI_LCD_POSY 95 // y position of lcd -- cgit v1.2.3