mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
5c80a838e4
commit
be90f74e89
9 changed files with 286 additions and 66 deletions
|
@ -148,6 +148,10 @@ recording_mic
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_RECORDING_HISTOGRAM)
|
||||
recording_histogram
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_REMOTE_LCD)
|
||||
remote
|
||||
remote_lcd_invert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue