From 726088f9e64d799b7f2911f34fc5fb6db269be2e Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Thu, 11 Feb 2010 23:10:09 +0000 Subject: fft plugin: add touchscreen key-mapping and enable plugin for touchscreen targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24611 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fft/fft.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'apps/plugins/fft') diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c index 531c9af4cb..098e98e5b7 100644 --- a/apps/plugins/fft/fft.c +++ b/apps/plugins/fft/fft.c @@ -182,6 +182,27 @@ GREY_INFO_STRUCT #error No keymap defined! #endif +#ifdef HAVE_TOUCHSCREEN +#ifndef FFT_PREV_GRAPH +# define FFT_PREV_GRAPH BUTTON_MIDLEFT +#endif +#ifndef FFT_NEXT_GRAPH +# define FFT_NEXT_GRAPH BUTTON_MIDRIGHT +#endif +#ifndef FFT_ORIENTATION +# define FFT_ORIENTATION BUTTON_CENTER +#endif +#ifndef FFT_WINDOW +# define FFT_WINDOW BUTTON_TOPLEFT +#endif +#ifndef FFT_SCALE +# define FFT_SCALE BUTTON_TOPRIGHT +#endif +#ifndef FFT_QUIT +# define FFT_QUIT BUTTON_BOTTOMLEFT +#endif +#endif + #ifdef HAVE_LCD_COLOR #include "pluginbitmaps/fft_colors.h" #endif -- cgit v1.2.3