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:
Linus Nielsen Feltzing 2007-02-22 11:57:11 +00:00
parent b58e4e79ff
commit 6c3db6e65f

View file

@ -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);