summaryrefslogtreecommitdiff
path: root/firmware/config-player.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-10-15 12:25:57 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-10-15 12:25:57 +0000
commit0a4b247080dd132e847071adbc006ad9de2ca608 (patch)
tree5eb04ea6eefba517233d9c649ce5f6c56e6d16be /firmware/config-player.h
parent6e0a75c596a6c4ec5ec2820e1873c8527aec5007 (diff)
downloadrockbox-0a4b247080dd132e847071adbc006ad9de2ca608.tar.gz
rockbox-0a4b247080dd132e847071adbc006ad9de2ca608.zip
The player firmware now autodetects the LCD type. No need for two player versions anymore
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/config-player.h')
-rw-r--r--firmware/config-player.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/config-player.h b/firmware/config-player.h
index a1c5db9f9f..2068c94db4 100644
--- a/firmware/config-player.h
+++ b/firmware/config-player.h
@@ -4,9 +4,6 @@
4/* define this if you have the Player's keyboard */ 4/* define this if you have the Player's keyboard */
5#define HAVE_PLAYER_KEYPAD 1 5#define HAVE_PLAYER_KEYPAD 1
6 6
7/* define this if you have a post-4.50 charcell LCD display */
8#define HAVE_NEW_CHARCELL_LCD 1
9
10/* Define this if you have a MAS3507D */ 7/* Define this if you have a MAS3507D */
11#define HAVE_MAS3507D 8#define HAVE_MAS3507D
12 9