diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-04-02 22:42:21 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-04-02 22:42:21 +0000 |
| commit | 01a106dbfa51127d60ed4404e75f005d58738939 (patch) | |
| tree | 5024c3e4712b7359804429801c098c2a4fdb5d0d /apps/plugins/SOURCES | |
| parent | d5f37b2235eee14041f538f3344e0f80bb73fe87 (diff) | |
| download | rockbox-01a106dbfa51127d60ed4404e75f005d58738939.zip rockbox-01a106dbfa51127d60ed4404e75f005d58738939.tar.gz rockbox-01a106dbfa51127d60ed4404e75f005d58738939.tar.bz2 rockbox-01a106dbfa51127d60ed4404e75f005d58738939.tar.xz | |
Make the measured LCD scanrates from the greylib known to the scanrate test plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16938 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
| -rw-r--r-- | apps/plugins/SOURCES | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b6603a4..fbfb380 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -19,6 +19,7 @@ stats.c stopwatch.c vbrfix.c viewer.c +test_disk.c #ifdef OLYMPUS_MROBE_500 /* remove these once the plugins before it are compileable */ @@ -47,6 +48,9 @@ flipit.c brickmania.c maze.c mazezam.c +greyscale.c +test_fps.c +test_scanrate.c text_editor.c wavview.c robotfindskitten.c @@ -57,6 +61,10 @@ jpeg.c mandelbrot.c plasma.c +#if LCD_DEPTH < 4 +test_grey.c +#endif + blackjack.c bounce.c bubbles.c @@ -116,6 +124,7 @@ nim.c #if CONFIG_CODEC == SWCODEC /* software codec platforms */ mp3_encoder.c +test_codec.c wav2wv.c #else /* hardware codec platforms */ #ifndef HAVE_MMC /* not for Ondio, has no remote control pin */ |