mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
e200v2 lcd: Add missing DBOP clock initialization
Code confirmed to work (i.e. displaying a rotated, mirrored image) after the backlight has been enabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18909 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
383986041d
commit
b771428d86
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ static void lcd_delay(int x)
|
||||||
/* DBOP initialisation, do what OF does */
|
/* DBOP initialisation, do what OF does */
|
||||||
static void ams3525_dbop_init(void)
|
static void ams3525_dbop_init(void)
|
||||||
{
|
{
|
||||||
/* TODO: The OF calls some other functions here, but maybe not important */
|
CGU_DBOP = (1<<3) | (4-1);
|
||||||
|
|
||||||
DBOP_TIMPOL_01 = 0xe167e167;
|
DBOP_TIMPOL_01 = 0xe167e167;
|
||||||
DBOP_TIMPOL_23 = 0xe167006e;
|
DBOP_TIMPOL_23 = 0xe167006e;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue