From b771428d862cb6d1780f896550c177f2d5ae72a8 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 29 Oct 2008 01:07:33 +0000 Subject: 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 --- firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c index 1ffd9fddd5..f4e9cc3f86 100644 --- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c +++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c @@ -94,7 +94,7 @@ static void lcd_delay(int x) /* DBOP initialisation, do what OF does */ 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_23 = 0xe167006e; -- cgit v1.2.3