summaryrefslogtreecommitdiff
path: root/firmware/export/config/creativezenxfi3.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-02-22 18:13:48 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2014-02-22 18:13:48 +0100
commitaae249c206555f1481348248352471f8e4cc5ae5 (patch)
tree1bd48167873d4aada6babce214f41362624c093c /firmware/export/config/creativezenxfi3.h
parent9517bd86b0eeee71679bef3aceeaf8dff5543a66 (diff)
downloadrockbox-aae249c206555f1481348248352471f8e4cc5ae5.tar.gz
rockbox-aae249c206555f1481348248352471f8e4cc5ae5.zip
zenxfi3: enable speaker support
Change-Id: I4a46bf8d792c3286a367d3b962362d048eeb0619
Diffstat (limited to 'firmware/export/config/creativezenxfi3.h')
-rw-r--r--firmware/export/config/creativezenxfi3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h
index b4a328d894..79d0809df6 100644
--- a/firmware/export/config/creativezenxfi3.h
+++ b/firmware/export/config/creativezenxfi3.h
@@ -96,6 +96,9 @@
96/* Define this if you do software codec */ 96/* Define this if you do software codec */
97#define CONFIG_CODEC SWCODEC 97#define CONFIG_CODEC SWCODEC
98 98
99/* Define this if you have a speaker */
100#define HAVE_SPEAKER
101
99/* LCD dimensions */ 102/* LCD dimensions */
100#define LCD_WIDTH 176 103#define LCD_WIDTH 176
101#define LCD_HEIGHT 220 104#define LCD_HEIGHT 220