forked from len0rd/rockbox
additional #defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@341 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
614acaa531
commit
4786f16a7d
1 changed files with 15 additions and 0 deletions
|
|
@ -30,4 +30,19 @@
|
||||||
/* no known platform */
|
/* no known platform */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* system defines */
|
||||||
|
|
||||||
|
#define DEFAULT_VOLUME_SETTING 50
|
||||||
|
#define DEFAULT_BALANCE_SETTING 50
|
||||||
|
#define DEFAULT_BASS_SETTING 50
|
||||||
|
#define DEFAULT_TREBLE_SETTING 50
|
||||||
|
#define DEFAULT_LOUDNESS_SETTING 0
|
||||||
|
#define DEFAULT_BASS_BOOST_SETTING 0
|
||||||
|
#define DEFAULT_CONTRAST_SETTING 0
|
||||||
|
#define DEFAULT_POWEROFF_SETTING 0
|
||||||
|
#define DEFAULT_BACKLIGHT_SETTING 1
|
||||||
|
|
||||||
|
#define DEBUG_CRT_ON 1
|
||||||
|
#define CRT_DISPLAY 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue