From abbdcacfbdc5e1019998c2a3a3ab59fa575cdbde Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 20 Feb 2006 12:03:32 +0000 Subject: minor adjustments for the x5 LCD, we're back at 16 bits for upper LCD layers git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8746 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/uisdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uisimulator/sdl') diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 0501028fb2..98e72aadfe 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -179,6 +179,7 @@ #define UI_REMOTE_HEIGHT 64 #define UI_REMOTE_BGCOLORLIGHT 250, 180, 130 // bkgnd of remote lcd (bklight) +#define UI_REMOTE_BGCOLOR 90, 145, 90 // bkgnd of remote lcd (no bklight) #endif extern SDL_Surface *gui_surface; -- cgit v1.2.3