a little fix of one constant only...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@240 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Felix Arends 2002-04-26 05:37:29 +00:00
parent bd0165c91c
commit 7017fce0c7
2 changed files with 2 additions and 2 deletions

View File

@ -410,7 +410,7 @@ BITMAPINFO2 bmi =
DISP_X, -DISP_Y, 1, 8,
BI_RGB, 0, 0, 0, 2, 2,
UI_LCD_COLOR, 0, // green background color
0, 0, 0, 0 // black color
UI_LCD_BLACK, 0 // black color
}; // bitmap information

View File

@ -25,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_BLACK RGB (0, 0, 0) // black
#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