2004-10-07 06:51:22 +00:00
|
|
|
/* plugins common to both Player+Recorder model */
|
2004-10-05 07:58:54 +00:00
|
|
|
favorites.c
|
|
|
|
firmware_flash.c
|
|
|
|
helloworld.c
|
2004-10-07 17:16:27 +00:00
|
|
|
rockbox_flash.c
|
2004-10-05 07:58:54 +00:00
|
|
|
search.c
|
|
|
|
sort.c
|
|
|
|
vbrfix.c
|
2004-10-07 06:51:22 +00:00
|
|
|
#if CONFIG_KEYPAD != ONDIO_PAD
|
|
|
|
/* gradually bring in the ones not working yet */
|
|
|
|
battery_test.c
|
|
|
|
metronome.c
|
|
|
|
stopwatch.c
|
2004-10-05 07:58:54 +00:00
|
|
|
viewer.c
|
2004-10-07 06:51:22 +00:00
|
|
|
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
|
|
|
|
|
|
|
|
#ifdef HAVE_LCD_BITMAP /* recorder model only */
|
|
|
|
rockblox.c
|
|
|
|
snow.c
|
|
|
|
#if CONFIG_KEYPAD != ONDIO_PAD
|
|
|
|
/* gradually bring in the ones not working yet */
|
2004-10-04 13:03:33 +00:00
|
|
|
bounce.c
|
|
|
|
calculator.c
|
|
|
|
calendar.c
|
|
|
|
chip8.c
|
|
|
|
clock.c
|
|
|
|
cube.c
|
|
|
|
flipit.c
|
|
|
|
grayscale.c
|
|
|
|
jpeg.c
|
|
|
|
mandelbrot.c
|
|
|
|
minesweeper.c
|
|
|
|
mosaique.c
|
|
|
|
oscillograph.c
|
|
|
|
pong.c
|
|
|
|
sliding_puzzle.c
|
|
|
|
snake.c
|
|
|
|
snake2.c
|
|
|
|
sokoban.c
|
|
|
|
solitaire.c
|
|
|
|
splitedit.c
|
|
|
|
star.c
|
|
|
|
video.c
|
|
|
|
vu_meter.c
|
|
|
|
wormlet.c
|
2004-10-07 06:51:22 +00:00
|
|
|
#endif /* #if CONFIG_KEYPAD != ONDIO_PAD */
|
|
|
|
#endif /*#ifdef HAVE_LCD_BITMAP */
|
|
|
|
|
|
|
|
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
|
2004-10-07 19:43:16 +00:00
|
|
|
chessclock.c
|
2004-10-05 07:58:54 +00:00
|
|
|
euroconverter.c
|
|
|
|
jackpot.c
|
|
|
|
nim.c
|
2004-10-07 06:51:22 +00:00
|
|
|
#endif /* #ifdef HAVE_LCD_CHARCELLS */
|