Correct LCD DMA init on the H300
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12450 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b58e4e79ff
commit
6c3db6e65f
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ static void _display_on(void)
|
|||
/* LCD init */
|
||||
void lcd_init_device(void)
|
||||
{
|
||||
MPARK = 0x81; /* PARK[1,0]=10 + BCR24BIT */
|
||||
|
||||
/* GPO46 is LCD RESET */
|
||||
or_l(0x00004000, &GPIO1_OUT);
|
||||
or_l(0x00004000, &GPIO1_ENABLE);
|
||||
|
|
Loading…
Reference in a new issue