1
0
Fork 0
forked from len0rd/rockbox

16bit colour support (H300) for the win32 simulator.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7898 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-11-15 23:37:21 +00:00
parent 2691d76073
commit 3be6cf1574
9 changed files with 119 additions and 29 deletions

View file

@ -120,10 +120,6 @@ static void lcd_cmd_data(int cmd, int data)
}
/*** hardware configuration ***/
int lcd_default_contrast(void)
{
return 28;
}
void lcd_set_contrast(int val)
{