From be90f74e89978224a169c793d4e688867dc38b41 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Wed, 3 Mar 2010 22:16:08 +0000 Subject: Histogram display on recording screen. Based on the work of Jvo Studer in FS #5021 but reduced and reworked since the recording screen code changed quite a bit since his patch. For now enabled on iriver h1x0 and h3x0 only. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25007 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/iriverh120.h | 2 ++ firmware/export/config/iriverh300.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'firmware/export/config') diff --git a/firmware/export/config/iriverh120.h b/firmware/export/config/iriverh120.h index 8751c121cc..55ef43dad2 100644 --- a/firmware/export/config/iriverh120.h +++ b/firmware/export/config/iriverh120.h @@ -111,6 +111,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING +#define HAVE_RECORDING_HISTOGRAM + /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | \ diff --git a/firmware/export/config/iriverh300.h b/firmware/export/config/iriverh300.h index d2348397d2..9b92c8616b 100644 --- a/firmware/export/config/iriverh300.h +++ b/firmware/export/config/iriverh300.h @@ -107,6 +107,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING +#define HAVE_RECORDING_HISTOGRAM + /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) -- cgit v1.2.3