1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2006-02-20 12:03:32 +00:00
parent 3e496e3ecf
commit abbdcacfbd
2 changed files with 3 additions and 1 deletions

View file

@ -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;