diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2010-02-10 19:44:11 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2010-02-10 19:44:11 +0000 |
| commit | 43264a946f0222e49ac2c10da7d00b36efc3f40e (patch) | |
| tree | d0ef77e8280819bfc23f9ef101e1374011ad6e1b /apps/plugins/bitmaps/native | |
| parent | fa4ab10bbbd5b3588bc0e7057b338d1068939fda (diff) | |
| download | rockbox-43264a946f0222e49ac2c10da7d00b36efc3f40e.zip rockbox-43264a946f0222e49ac2c10da7d00b36efc3f40e.tar.gz rockbox-43264a946f0222e49ac2c10da7d00b36efc3f40e.tar.bz2 rockbox-43264a946f0222e49ac2c10da7d00b36efc3f40e.tar.xz | |
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
Diffstat (limited to 'apps/plugins/bitmaps/native')
| -rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 5 | ||||
| -rw-r--r-- | apps/plugins/bitmaps/native/fft_colors.16.bmp | bin | 0 -> 822 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 63f2292..ed8c3c7 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 Binary files differnew file mode 100644 index 0000000..20f6718 --- /dev/null +++ b/apps/plugins/bitmaps/native/fft_colors.16.bmp |