From 9a471e603ebe77a3aae4692d80ceb32da50c88eb Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 3 Jul 2010 18:50:07 +0000 Subject: Clip+ LCD: support devices with a different controller The new controller framebuffer (different from what is in clipv1/clipv2 and some clip+) has 128 columns, the old has 132 columns and is centered on the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27257 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/sansa-clipplus/lcd-clip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/as3525/sansa-clipplus/lcd-clip.h') diff --git a/firmware/target/arm/as3525/sansa-clipplus/lcd-clip.h b/firmware/target/arm/as3525/sansa-clipplus/lcd-clip.h index ae0309a949..70bafe4212 100644 --- a/firmware/target/arm/as3525/sansa-clipplus/lcd-clip.h +++ b/firmware/target/arm/as3525/sansa-clipplus/lcd-clip.h @@ -21,7 +21,7 @@ #include "config.h" -void lcd_hw_init(void) INIT_ATTR; +void lcd_hw_init(int *offset) INIT_ATTR; static inline void lcd_enable_power(bool onoff) { (void) onoff; -- cgit v1.2.3