summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/iriverh120.h
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2010-03-03 22:16:08 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2010-03-03 22:16:08 +0000
commitbe90f74e89978224a169c793d4e688867dc38b41 (patch)
treedce0af0eb60cd29e421b55a213a3fbfdb993031f /firmware/export/config/iriverh120.h
parent5c80a838e4f6217970998df9d2bef44a9dddc795 (diff)
downloadrockbox-be90f74e89978224a169c793d4e688867dc38b41.tar.gz
rockbox-be90f74e89978224a169c793d4e688867dc38b41.zip
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
Diffstat (limited to 'firmware/export/config/iriverh120.h')
-rw-r--r--firmware/export/config/iriverh120.h2
1 files changed, 2 insertions, 0 deletions
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 | \