diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-08-07 01:46:42 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-08-07 01:46:42 +0000 |
| commit | c214e7bb0c3e97d22ecedb1c62f193e19a1d4818 (patch) | |
| tree | 6d8b18694076dcf1d0fa2f02f558f78e572327b4 /apps/plugins/SOURCES | |
| parent | 5375e26e51e9c6eaded4f733bf60cc8bbf662a8a (diff) | |
| download | rockbox-c214e7bb0c3e97d22ecedb1c62f193e19a1d4818.zip rockbox-c214e7bb0c3e97d22ecedb1c62f193e19a1d4818.tar.gz rockbox-c214e7bb0c3e97d22ecedb1c62f193e19a1d4818.tar.bz2 rockbox-c214e7bb0c3e97d22ecedb1c62f193e19a1d4818.tar.xz | |
Grayscale library ported to the grayscale iPods, first version. Added C reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10468 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 0e0a78b..6f6d2e7 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -27,12 +27,11 @@ dice.c #ifdef HAVE_LCD_BITMAP /* Not for the Player */ text_editor.c -#if CONFIG_LCD != LCD_IPOD2BPP /* Plugins needing the grayscale lib */ +/* Plugins needing the grayscale lib on low-depth LCDs */ fire.c jpeg.c mandelbrot.c plasma.c -#endif bounce.c bubbles.c |