From 41cd44caa7b4799dcc14eda33f0f5cf93152a6e0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 12 Jan 2008 00:59:18 +0000 Subject: Greyscale ipod lcd driver: * Assembler optimised low level functions. PP5002 targets benefit most (lcd_update() speedup >50%, and the greyscale overlay no longer makes mp3 playback skip). * Consistent brace placement style. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16060 a1c6a512-1295-4272-9138-f99709370657 --- firmware/SOURCES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/SOURCES') diff --git a/firmware/SOURCES b/firmware/SOURCES index ca06d8602f..0f943a0017 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -694,6 +694,7 @@ target/arm/ata-pp5020.c target/arm/ipod/adc-ipod-pcf.c target/arm/ipod/backlight-4g_color.c target/arm/ipod/button-clickwheel.c +target/arm/ipod/lcd-as-gray.S target/arm/ipod/lcd-gray.c target/arm/ipod/power-ipod.c target/arm/ipod/powermgmt-ipod-pcf.c @@ -762,6 +763,7 @@ target/arm/i2s-pp.c target/arm/ipod/adc-ipod-pcf.c target/arm/ipod/3g/backlight-3g.c target/arm/ipod/button-1g-3g.c +target/arm/ipod/lcd-as-gray.S target/arm/ipod/lcd-gray.c target/arm/ipod/power-ipod.c target/arm/ipod/powermgmt-ipod-pcf.c @@ -778,6 +780,7 @@ target/arm/ipod/1g2g/adc-ipod-1g2g.c target/arm/ipod/1g2g/backlight-1g2g.c target/arm/ipod/1g2g/powermgmt-1g2g.c target/arm/ipod/button-1g-3g.c +target/arm/ipod/lcd-as-gray.S target/arm/ipod/lcd-gray.c target/arm/ipod/power-ipod.c target/arm/usb-fw-pp5002.c @@ -794,6 +797,7 @@ target/arm/i2s-pp.c target/arm/ipod/adc-ipod-pcf.c target/arm/ipod/backlight-mini1g_mini2g.c target/arm/ipod/button-mini1g.c +target/arm/ipod/lcd-as-gray.S target/arm/ipod/lcd-gray.c target/arm/ipod/power-ipod.c target/arm/ipod/powermgmt-ipod-pcf.c @@ -811,6 +815,7 @@ target/arm/i2s-pp.c target/arm/ipod/adc-ipod-pcf.c target/arm/ipod/backlight-mini1g_mini2g.c target/arm/ipod/button-clickwheel.c +target/arm/ipod/lcd-as-gray.S target/arm/ipod/lcd-gray.c target/arm/ipod/power-ipod.c target/arm/ipod/powermgmt-ipod-pcf.c -- cgit v1.2.3