diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 22:03:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 22:03:05 +0000 |
commit | ed69c36cdf557e2d0bd81c9ec599a903e511995f (patch) | |
tree | 2f750d579da69863c257e4169dca16a8cbbad37f /firmware/export/config-fmrecorder.h | |
parent | b42509b14f9fb7f9640cc078e7cd1b6e71872c22 (diff) |
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-fmrecorder.h')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index c20c36ea43..f5e82bbd12 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -76,4 +76,6 @@ /* Define this if you have a software controlled poweroff */ #define HAVE_SW_POWEROFF +#define CONFIG_LCD LCD_SSD1815 + #endif /* SIMULATOR */ |