/* plugins common to both Player+Recorder model */ favorites.c firmware_flash.c helloworld.c metronome.c rockbox_flash.c search.c sort.c vbrfix.c #if CONFIG_KEYPAD != ONDIO_PAD /* gradually bring in the ones not working yet */ battery_test.c stopwatch.c viewer.c #endif /* #if CONFIG_KEYPAD != ONDIO_PAD */ #ifdef HAVE_LCD_BITMAP /* recorder model only */ grayscale.c jpeg.c rockblox.c snow.c video.c #if CONFIG_KEYPAD != ONDIO_PAD /* gradually bring in the ones not working yet */ bounce.c calculator.c calendar.c chip8.c clock.c cube.c flipit.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 vu_meter.c wormlet.c #endif /* #if CONFIG_KEYPAD != ONDIO_PAD */ #endif /*#ifdef HAVE_LCD_BITMAP */ #ifdef HAVE_LCD_CHARCELLS /* Player model only */ chessclock.c euroconverter.c jackpot.c nim.c #endif /* #ifdef HAVE_LCD_CHARCELLS */