0f8aedbe94
* Adds some additional niftyness like a floating popup display that is implemented in an OSD library for use by other plugins. * Speed changes are now gradual for both views and follow a curve derived from some fiddling around to get a nice feel. * Refined a few behavioral things overall. It needs a bit of help from a direct PCM channel callback so it may capture PCM for waveform display. Also need a few other core routines to help out for the OSD. Messes with some keymaps. Some targets need keymaps to access the different views. Some devices can't support the additional view because it requires a large buffer ( > 1 s) for samples. If the plugin buffer is small, they can still use the popup display since the plugin is also much smaller in that case. Slow speed waveform needs some refining so it draws gradually like a real oscilloscope but I'll stick with what it is, for the moment. Change-Id: Ieb5b7922a2238264e9b19a58cb437739194eb036 Reviewed-on: http://gerrit.rockbox.org/245 Reviewed-by: Michael Sevakis <jethead71@rockbox.org> Tested-by: Michael Sevakis <jethead71@rockbox.org>
75 lines
1,011 B
Text
75 lines
1,011 B
Text
gcc-support.c
|
|
pluginlib_actions.c
|
|
helper.c
|
|
md5.c
|
|
jhash.c
|
|
configfile.c
|
|
fixedpoint.c
|
|
playback_control.c
|
|
rgb_hsv.c
|
|
highscore.c
|
|
simple_viewer.c
|
|
display_text.c
|
|
strncpy.c
|
|
|
|
#if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4)
|
|
grey_core.c
|
|
grey_draw.c
|
|
grey_parm.c
|
|
grey_scroll.c
|
|
|
|
#ifdef CPU_COLDFIRE
|
|
grey_coldfire.S
|
|
#elif CONFIG_CPU == SH7034
|
|
grey_sh.S
|
|
#endif
|
|
|
|
#endif /* HAVE_LCD_BITMAP && LCD_DEPTH < 4 */
|
|
|
|
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
|
|
overlay.c
|
|
#endif
|
|
|
|
#ifdef RB_PROFILE
|
|
profile_plugin.c
|
|
#endif
|
|
|
|
#ifdef HAVE_LCD_CHARCELLS
|
|
playergfx.c
|
|
#endif
|
|
|
|
#ifdef HAVE_LCD_BITMAP
|
|
|
|
#ifdef CPU_ARM
|
|
pluginlib_jpeg_idct_arm.S
|
|
#endif
|
|
|
|
pluginlib_jpeg_mem.c
|
|
pluginlib_resize.c
|
|
|
|
#ifndef HAVE_JPEG
|
|
pluginlib_jpeg_load.c
|
|
#endif
|
|
|
|
checkbox.c
|
|
osd.c
|
|
picture.c
|
|
xlcd_core.c
|
|
xlcd_draw.c
|
|
xlcd_scroll.c
|
|
pluginlib_bmp.c
|
|
read_image.c
|
|
|
|
#ifdef HAVE_LCD_COLOR
|
|
bmp_smooth_scale.c
|
|
#endif
|
|
|
|
#if !defined(HAVE_ALBUMART) || !defined(HAVE_JPEG)
|
|
pluginlib_albumart.c
|
|
#endif
|
|
|
|
#endif /* HAVE_LCD_BITMAP */
|
|
|
|
#ifdef HAVE_TOUCHSCREEN
|
|
pluginlib_touchscreen.c
|
|
#endif
|