diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-25 23:21:36 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-25 23:21:36 +0000 |
| commit | 40919d7db29d036033f57fe6fbf9e3f562e61c0d (patch) | |
| tree | b04fa272f6cee51639b7307ee5fcd9b4f9737fde /apps/plugins/lib/SOURCES | |
| parent | 6ceaf321f3aadc804b1daa8fb10607a7ae209351 (diff) | |
| download | rockbox-40919d7db29d036033f57fe6fbf9e3f562e61c0d.zip rockbox-40919d7db29d036033f57fe6fbf9e3f562e61c0d.tar.gz rockbox-40919d7db29d036033f57fe6fbf9e3f562e61c0d.tar.bz2 rockbox-40919d7db29d036033f57fe6fbf9e3f562e61c0d.tar.xz | |
iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~80% when boosted, ~15% when unboosted. Also implemented grey phase blitting. * Adapted the greyscale library, and the plugins using it. * Fixed a bug in greyscale scroll down for vertically packed pixels.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index f1aded6..6a44c80 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -3,8 +3,7 @@ configfile.c fixedpoint.c playback_control.c rgb_hsv.c -#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) \ - && !defined(IAUDIO_M3) /* TODO: Test whether it can be implemented */ +#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) grey_core.c grey_draw.c grey_parm.c |