mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-23 03:52:45 -05:00
renamed cpp extensions to c, started coding file functions
file functions not working yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@262 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a6ca085a35
commit
ffb9e3a5bd
7 changed files with 35 additions and 309 deletions
|
|
@ -25,7 +25,8 @@
|
|||
|
||||
#define UI_WIDTH 240 // width of GUI window
|
||||
#define UI_HEIGHT 360 // height of GUI window
|
||||
#define UI_LCD_COLOR 46, 67, 49 // bkgnd color of LCD
|
||||
#define UI_LCD_BGCOLOR 46, 67, 49 // bkgnd color of LCD (no backlight)
|
||||
#define UI_LCD_BGCOLORLIGHT 56, 77, 59 // bkgnd color of LCD (backlight)
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue