mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
HAVE_LCD_BITMAP is now redundant. lcd_bitmap is always-on in features.txt so manual and lang strings don't have to change Change-Id: I08eeb20de48099ffc2dc23782711af368c2ec794
72 lines
951 B
Text
72 lines
951 B
Text
sha1.c
|
|
gcc-support.c
|
|
pluginlib_actions.c
|
|
helper.c
|
|
md5.c
|
|
jhash.c
|
|
configfile.c
|
|
playback_control.c
|
|
rgb_hsv.c
|
|
highscore.c
|
|
simple_viewer.c
|
|
display_text.c
|
|
strncpy.c
|
|
stdio_compat.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
|
|
#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_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
|
|
|
|
kbd_helper.c
|
|
|
|
#endif /* HAVE_LCD_BITMAP */
|
|
|
|
#ifdef HAVE_TOUCHSCREEN
|
|
pluginlib_touchscreen.c
|
|
#endif
|