rockbox/apps/recorder
Nils Wallménius b41e93ae63 Draw peakmeter scale marks in foreground color instead of inversed background color, fixes FS #6855
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12840 a1c6a512-1295-4272-9138-f99709370657
2007-03-19 16:49:55 +00:00
..
backdrop.c Align backdrop buffers 2007-01-14 03:29:32 +00:00
backdrop.h Backdrop support for greyscale targets. WPS backdrop is untested. 2006-11-13 00:45:21 +00:00
bmp.c BMP loader: Using shifts for division by powers of 2 saves a bit on code size. 2006-11-20 00:55:09 +00:00
bmp.h Color BMP support 2006-01-28 12:12:42 +00:00
icons.c Introducing the root menu! 2007-03-01 11:14:46 +00:00
icons.h Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. 2007-03-16 23:47:03 +00:00
keyboard.c Rename some macros to account for the recently added M5 port. No code changes. 2007-03-16 23:02:39 +00:00
peakmeter.c Draw peakmeter scale marks in foreground color instead of inversed background color, fixes FS #6855 2007-03-19 16:49:55 +00:00
peakmeter.h Recording trigger for software codec targets 2006-11-09 12:27:56 +00:00
radio.c Exit the preset context menu correctly after editing/deleting preset 2007-03-18 07:57:36 +00:00
radio.h FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the benefit of x5; I wasn't sure if it was good to alter timeouts for HW codec. Simplify things and prepare for eventual scanning and tuning changes (which should help quiet x5 down even more). Make things behave themselves better in general. Enable SWCODEC FM Recording menu and screen for sim as a bonus. 2007-03-16 14:40:40 +00:00
recording.c Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. 2007-03-16 23:47:03 +00:00
recording.h Accept FS#6750, allow recording to start automatically (If alarm wakeup 2007-03-07 01:59:29 +00:00