mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
fa4ab10bbb
commit
43264a946f
19 changed files with 4810 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue