From 3467ba60b116579a855076b7e993603bf817af93 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Fri, 17 Feb 2006 22:47:56 +0000 Subject: Patch #1423609 by Martin Scarratt and myself: enables using the backlight as record clipping indicator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8722 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index d776f3f2d3..1f29e4d04d 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -540,6 +540,11 @@ static const struct bit_entry hd_bits[] = "mic decimator right gain", NULL }, /* -128...48 */ #endif {1, S_O(scroll_paginated), false, "scroll paginated", off_on }, +#ifdef HAVE_RECORDING +#ifdef CONFIG_BACKLIGHT + {2, S_O(cliplight), 0, "cliplight", "off,main,both,remote" }, +#endif /* CONFIG_BACKLIGHT */ +#endif /*HAVE_RECORDING*/ /* If values are just added to the end, no need to bump the version. */ /* new stuff to be added at the end */ -- cgit v1.2.3