1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jens Arnold 2008-04-02 22:42:21 +00:00
parent d5f37b2235
commit 01a106dbfa
15 changed files with 147 additions and 86 deletions

View file

@ -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 */