mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 15:42:28 -05:00
Adjustments for simulating a backlight-modded Ondio.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10038 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9ae0c957c8
commit
ae0c1af6ce
2 changed files with 9 additions and 2 deletions
|
|
@ -66,7 +66,7 @@
|
|||
#define UI_WIDTH 155 /* width of GUI window */
|
||||
#define UI_HEIGHT 334 /* height of GUI window */
|
||||
#define UI_LCD_BGCOLOR 90, 145, 90 /* bkgnd color of LCD (no backlight) */
|
||||
#define UI_LCD_BGCOLORLIGHT 90, 145, 90 /* bkgnd color of LCD (backlight) */
|
||||
#define UI_LCD_BGCOLORLIGHT 130, 180, 250 /* bkgnd color of LCD (backlight mod) */
|
||||
#define UI_LCD_BLACK 0, 0, 0 /* black */
|
||||
#define UI_LCD_POSX 21 /* x position of lcd */
|
||||
#define UI_LCD_POSY 82 /* y position of lcd (74 for real aspect) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue