From 43264a946f0222e49ac2c10da7d00b36efc3f40e Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 10 Feb 2010 19:44:11 +0000 Subject: New plugin: FFT, A frequency analyzer plugin There is some more work needed: - Keymaps are definitely not perfect, touchscreen targets are disabled due to no keymap - There is no manual yet Author: Delyan Kratunov Flyspray: FS#10065 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24587 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 5 +++++ apps/plugins/bitmaps/native/fft_colors.16.bmp | Bin 0 -> 822 bytes 2 files changed, 5 insertions(+) create mode 100644 apps/plugins/bitmaps/native/fft_colors.16.bmp (limited to 'apps/plugins/bitmaps/native') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 63f229272d..ed8c3c7cc8 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -261,6 +261,11 @@ clock_logo.112x64x1.bmp clock_messages.112x64x1.bmp #endif +/* FFT only needs a bitmap with colors mapping to amplitude */ +#ifdef HAVE_LCD_COLOR +fft_colors.16.bmp +#endif + /* Flipit */ #ifdef HAVE_LCD_COLOR #if LCD_WIDTH >= 480 diff --git a/apps/plugins/bitmaps/native/fft_colors.16.bmp b/apps/plugins/bitmaps/native/fft_colors.16.bmp new file mode 100644 index 0000000000..20f6718bf8 Binary files /dev/null and b/apps/plugins/bitmaps/native/fft_colors.16.bmp differ -- cgit v1.2.3