From b5025a8c40ada463ff2e0c0e1ec15328670b4fa8 Mon Sep 17 00:00:00 2001 From: Justin Heiner Date: Sat, 31 Aug 2002 04:58:35 +0000 Subject: USB Related: Consolidated some more of the USB code in the WPS. Have backlight turn offf when USB Connected. menu.c: LINE_X was set wrong for player. settings_menu.c / wps-display.c: Added 1 Line ID3+. Has progress bar & Kbps. Renamed some of the WPS options to be more readable. wps.c / wps-display.c Fixed problem with FF/REW when 'Remaining Time' is on. Added %pb to the WPS mix. Player progress bar thingy. Thanks to whoever fixed my PLAYER_PROGRESS function :-) Changed how volume changes on player (works better now). General cleanup of Custom WPS code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2091 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index e7cc38dc9f..2926b6a175 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -26,6 +26,8 @@ #include "panic.h" #include "debug.h" #include "button.h" +#include "usb.h" +#include "backlight.h" #include "lcd.h" #include "mpeg.h" #include "string.h" -- cgit