2004-10-17 00:54:09 +00:00
|
|
|
/* plugins common to all models */
|
2006-01-25 18:29:56 +00:00
|
|
|
battery_bench.c
|
2004-10-23 00:05:42 +00:00
|
|
|
chessclock.c
|
2005-09-02 05:39:09 +00:00
|
|
|
credits.c
|
2005-02-10 21:28:21 +00:00
|
|
|
cube.c
|
2006-02-24 00:51:37 +00:00
|
|
|
dict.c
|
2004-10-05 07:58:54 +00:00
|
|
|
firmware_flash.c
|
2007-07-25 09:38:55 +00:00
|
|
|
jackpot.c
|
2005-03-05 22:45:04 +00:00
|
|
|
logo.c
|
2005-02-11 19:48:52 +00:00
|
|
|
mosaique.c
|
2006-11-30 22:29:48 +00:00
|
|
|
properties.c
|
2006-10-09 10:54:17 +00:00
|
|
|
random_folder_advance_config.c
|
2006-10-07 20:00:49 +00:00
|
|
|
rockblox.c
|
2004-10-07 17:16:27 +00:00
|
|
|
rockbox_flash.c
|
2006-04-02 13:21:05 +00:00
|
|
|
search.c
|
2005-02-12 01:36:33 +00:00
|
|
|
snow.c
|
2004-10-05 07:58:54 +00:00
|
|
|
sort.c
|
2005-08-20 19:56:01 +00:00
|
|
|
stats.c
|
2004-10-07 06:51:22 +00:00
|
|
|
stopwatch.c
|
2004-10-16 00:07:43 +00:00
|
|
|
vbrfix.c
|
2004-10-05 07:58:54 +00:00
|
|
|
viewer.c
|
2008-04-23 21:15:07 +00:00
|
|
|
#ifdef HAVE_BACKLIGHT
|
2008-05-07 21:59:45 +00:00
|
|
|
lamp.c
|
2008-04-23 21:15:07 +00:00
|
|
|
#endif /* HAVE_BACKLIGHT */
|
2004-10-07 06:51:22 +00:00
|
|
|
|
2007-10-25 07:44:56 +00:00
|
|
|
#ifdef OLYMPUS_MROBE_500
|
|
|
|
/* remove these once the plugins before it are compileable */
|
|
|
|
jpeg.c
|
|
|
|
#endif
|
|
|
|
|
2007-10-23 15:40:51 +00:00
|
|
|
#ifndef OLYMPUS_MROBE_500
|
|
|
|
|
2008-01-13 18:27:54 +00:00
|
|
|
#if (CONFIG_CODEC == SWCODEC) || !defined(SIMULATOR)
|
2006-10-27 11:24:13 +00:00
|
|
|
metronome.c
|
|
|
|
#endif
|
|
|
|
|
2006-03-26 23:00:24 +00:00
|
|
|
#if ((CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)) && !defined(SIMULATOR)
|
|
|
|
wavplay.c
|
|
|
|
#endif
|
2007-05-19 18:29:27 +00:00
|
|
|
#if (CONFIG_CODEC == MAS3587F) && !defined(SIMULATOR)
|
|
|
|
wavrecord.c
|
|
|
|
#endif
|
2006-03-26 23:00:24 +00:00
|
|
|
|
2006-02-24 00:51:37 +00:00
|
|
|
#ifndef IRIVER_IFP7XX_SERIES /* Temporarily disable plugins for iFP7xx */
|
2006-03-05 22:42:50 +00:00
|
|
|
dice.c
|
2007-01-18 01:38:50 +00:00
|
|
|
disktidy.c
|
2006-10-16 01:27:08 +00:00
|
|
|
flipit.c
|
|
|
|
|
2006-02-24 00:51:37 +00:00
|
|
|
#ifdef HAVE_LCD_BITMAP /* Not for the Player */
|
2007-12-30 14:56:51 +00:00
|
|
|
brickmania.c
|
2007-06-28 21:13:04 +00:00
|
|
|
maze.c
|
2008-03-25 23:21:36 +00:00
|
|
|
mazezam.c
|
2006-04-03 08:51:08 +00:00
|
|
|
text_editor.c
|
2007-04-09 22:23:25 +00:00
|
|
|
wavview.c
|
2007-10-22 14:35:05 +00:00
|
|
|
robotfindskitten.c
|
2006-02-10 20:03:23 +00:00
|
|
|
|
2006-08-07 01:46:42 +00:00
|
|
|
/* Plugins needing the grayscale lib on low-depth LCDs */
|
2006-02-26 21:26:07 +00:00
|
|
|
fire.c
|
2006-02-10 20:03:23 +00:00
|
|
|
jpeg.c
|
|
|
|
mandelbrot.c
|
2006-02-24 00:51:37 +00:00
|
|
|
plasma.c
|
2006-02-10 20:03:23 +00:00
|
|
|
|
2007-01-16 21:05:15 +00:00
|
|
|
blackjack.c
|
2004-10-17 00:54:09 +00:00
|
|
|
bounce.c
|
2006-03-20 03:06:07 +00:00
|
|
|
bubbles.c
|
2004-10-17 00:54:09 +00:00
|
|
|
calculator.c
|
|
|
|
chip8.c
|
2007-02-16 01:23:48 +00:00
|
|
|
chopper.c
|
2005-10-07 22:22:07 +00:00
|
|
|
demystify.c
|
2006-03-20 03:06:07 +00:00
|
|
|
jewels.c
|
2004-10-18 21:45:00 +00:00
|
|
|
minesweeper.c
|
2004-11-07 10:31:39 +00:00
|
|
|
oscilloscope.c
|
2008-04-03 22:43:39 +00:00
|
|
|
pegbox.c
|
2004-10-18 21:45:00 +00:00
|
|
|
pong.c
|
|
|
|
sliding_puzzle.c
|
|
|
|
snake.c
|
|
|
|
snake2.c
|
2006-02-24 00:51:37 +00:00
|
|
|
solitaire.c
|
2004-10-18 21:45:00 +00:00
|
|
|
sokoban.c
|
2004-10-22 00:22:07 +00:00
|
|
|
star.c
|
2005-11-28 08:26:05 +00:00
|
|
|
starfield.c
|
2005-02-04 12:41:09 +00:00
|
|
|
#if CONFIG_LCD == LCD_SSD1815
|
2004-10-17 00:54:09 +00:00
|
|
|
video.c
|
2005-02-04 12:41:09 +00:00
|
|
|
#endif
|
2004-10-22 00:22:07 +00:00
|
|
|
vu_meter.c
|
2006-03-13 07:05:15 +00:00
|
|
|
wormlet.c
|
2004-10-17 00:54:09 +00:00
|
|
|
|
2007-09-27 03:59:33 +00:00
|
|
|
#if CONFIG_RTC
|
2006-02-24 00:51:37 +00:00
|
|
|
#if CONFIG_KEYPAD == RECORDER_PAD /* Recorder models only for now */
|
2004-10-04 13:03:33 +00:00
|
|
|
calendar.c
|
2005-12-10 13:40:25 +00:00
|
|
|
#endif
|
2006-02-24 00:51:37 +00:00
|
|
|
#endif /* CONFIG_RTC */
|
2004-10-17 00:54:09 +00:00
|
|
|
|
2006-03-06 19:23:58 +00:00
|
|
|
#if (MEMORYSIZE <= 8) && !defined(SIMULATOR) /* loaders, only needed for Archos */
|
2006-02-24 00:51:37 +00:00
|
|
|
chessbox.c
|
|
|
|
#if CONFIG_KEYPAD == RECORDER_PAD
|
|
|
|
rockboy.c
|
|
|
|
#endif
|
2008-05-31 08:48:06 +00:00
|
|
|
zxbox.c
|
2006-02-24 00:51:37 +00:00
|
|
|
#endif
|
2004-10-07 06:51:22 +00:00
|
|
|
|
2006-03-12 09:35:53 +00:00
|
|
|
/* not support recorder models for now */
|
|
|
|
#if (LCD_WIDTH > 112) && (LCD_HEIGHT > 64)
|
2007-01-01 12:44:05 +00:00
|
|
|
fireworks.c
|
2006-03-12 09:35:53 +00:00
|
|
|
#endif
|
2007-06-05 21:49:51 +00:00
|
|
|
xobox.c
|
2006-03-31 12:00:26 +00:00
|
|
|
spacerocks.c
|
rockpaint.c: Paint plugin for color LCD targets. Features include: different tools (brush, bucket, cut/copy/paste, line, bezier curve, text, rectangles, ovals, linear and radial gradients), 18 color palette, RGBHSV color picker, BMP file loading and saving. This still needs some work (and maybe some, if not a lot, of cleaning up of the source code) but it works fine (tested on h3x0 and ipod5g sims and ipod5g real target).
viewers.config: add rockpaint to the list of available viewers for .bmp files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10258 a1c6a512-1295-4272-9138-f99709370657
2006-07-19 20:11:02 +00:00
|
|
|
#if LCD_DEPTH >= 16
|
|
|
|
rockpaint.c
|
|
|
|
#endif
|
|
|
|
|
2007-06-29 19:40:03 +00:00
|
|
|
rocklife.c
|
2006-02-24 00:51:37 +00:00
|
|
|
#endif /* HAVE_LCD_BITMAP */
|
|
|
|
|
|
|
|
#ifdef HAVE_LCD_CHARCELLS /* Player model only */
|
2004-10-05 07:58:54 +00:00
|
|
|
euroconverter.c
|
2005-02-11 19:48:52 +00:00
|
|
|
nim.c
|
2006-02-24 00:51:37 +00:00
|
|
|
#endif /* HAVE_LCD_CHARCELLS */
|
2005-02-16 01:38:22 +00:00
|
|
|
|
2006-02-24 00:51:37 +00:00
|
|
|
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
|
|
|
|
mp3_encoder.c
|
|
|
|
wav2wv.c
|
|
|
|
#else /* hardware codec platforms */
|
|
|
|
#ifndef HAVE_MMC /* not for Ondio, has no remote control pin */
|
|
|
|
alpine_cdc.c
|
|
|
|
#endif
|
2005-04-25 08:59:33 +00:00
|
|
|
splitedit.c
|
2006-02-24 00:51:37 +00:00
|
|
|
#endif /* CONFIG_CODEC */
|
|
|
|
|
2007-11-27 01:43:28 +00:00
|
|
|
#if LCD_DEPTH > 1 /* non-mono bitmap targets */
|
|
|
|
matrix.c
|
|
|
|
#endif
|
|
|
|
|
2007-12-09 18:48:02 +00:00
|
|
|
#if defined(HAVE_LCD_COLOR) && defined(HAVE_ALBUMART) && defined(HAVE_TAGCACHE)
|
|
|
|
pictureflow.c
|
|
|
|
#endif
|
|
|
|
|
2006-03-31 19:51:12 +00:00
|
|
|
/* Platform-specific plugins */
|
|
|
|
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
|
|
|
iriverify.c
|
2006-08-12 15:24:09 +00:00
|
|
|
#endif
|
|
|
|
#if defined(IRIVER_H100_SERIES)
|
2006-08-12 14:00:41 +00:00
|
|
|
iriver_flash.c
|
2006-03-31 19:51:12 +00:00
|
|
|
#endif
|
|
|
|
|
2006-01-12 00:35:50 +00:00
|
|
|
#endif /* iFP7xx */
|
2008-03-01 22:55:09 +00:00
|
|
|
#if (LCD_WIDTH > 138) && (LCD_DEPTH > 1)
|
|
|
|
/* Built for bitmap targets except H10 5/6gb, Archoses, iPod mini, mrobe100 and ifp*/
|
2008-03-01 23:18:32 +00:00
|
|
|
invadrox.c
|
2007-08-02 12:55:14 +00:00
|
|
|
superdom.c
|
|
|
|
#endif
|
2007-10-22 01:29:16 +00:00
|
|
|
#endif /* m:robe 500 */
|