rockbox/apps/plugins/lib/SOURCES
Jens Arnold 9a7978aeab Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16802 a1c6a512-1295-4272-9138-f99709370657
2008-03-25 19:43:08 +00:00

38 lines
534 B
Text

oldmenuapi.c
configfile.c
fixedpoint.c
playback_control.c
rgb_hsv.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
highscore.c
#ifndef SIMULATOR
overlay.c
#endif
#ifdef HAVE_LCD_CHARCELLS
playergfx.c
#endif
#ifdef RB_PROFILE
profile_plugin.c
#endif
#ifdef HAVE_LCD_BITMAP
checkbox.c
picture.c
xlcd_core.c
xlcd_draw.c
xlcd_scroll.c
#if LCD_DEPTH>1
bmp.c
#endif
#endif
pluginlib_actions.c
helper.c