summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-10 22:03:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-10 22:03:05 +0000
commited69c36cdf557e2d0bd81c9ec599a903e511995f (patch)
tree2f750d579da69863c257e4169dca16a8cbbad37f /firmware/export/config-ondiofm.h
parentb42509b14f9fb7f9640cc078e7cd1b6e71872c22 (diff)
downloadrockbox-ed69c36cdf557e2d0bd81c9ec599a903e511995f.tar.gz
rockbox-ed69c36cdf557e2d0bd81c9ec599a903e511995f.zip
Now define the exact LCD controller in use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5557 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index c7bdf2ae88..9a3993c53f 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -79,4 +79,6 @@
79/* define this if more than one device/partition can be used */ 79/* define this if more than one device/partition can be used */
80#define HAVE_MULTIVOLUME 80#define HAVE_MULTIVOLUME
81 81
82#define CONFIG_LCD LCD_SSD1815
83
82#endif /* SIMULATOR */ 84#endif /* SIMULATOR */