mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
application: Enable chipper and fft plugins.
They force grid mode but don't need graphics so good enough for now. Change-Id: I711a1a22f1866ed25196614f343ab51967bf3a4b
This commit is contained in:
parent
fab7264b3b
commit
7013d0c48d
4 changed files with 7 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "SOURCES"
|
||||
#else
|
||||
/* plugins common to all models */
|
||||
chopper.c
|
||||
credits.c
|
||||
properties.c
|
||||
random_folder_advance_config.c
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
*/
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000
|
||||
fft
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_TAGCACHE
|
||||
pictureflow
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ CONFIG_KEYPAD == MROBE500_PAD
|
|||
#define ACTION BUTTON_SELECT
|
||||
#define ACTIONTEXT "SELECT"
|
||||
|
||||
#else
|
||||
#elif !defined(HAVE_TOUCHSCREEN)
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -266,7 +266,7 @@ GREY_INFO_STRUCT
|
|||
# define FFT_FREQ_SCALE BUTTON_DOWN
|
||||
# define FFT_QUIT BUTTON_BACK
|
||||
|
||||
#else
|
||||
#elif !defined(HAVE_TOUCHSCREEN)
|
||||
#error No keymap defined!
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue