summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 08f8ba07e8..fafea48a94 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -44,8 +44,6 @@
44/* define this if you want album art for this target */ 44/* define this if you want album art for this target */
45//#define HAVE_ALBUMART 45//#define HAVE_ALBUMART
46 46
47#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256
48
49/* define this if you have access to the quickscreen */ 47/* define this if you have access to the quickscreen */
50#define HAVE_QUICKSCREEN 48#define HAVE_QUICKSCREEN
51 49
@@ -159,6 +157,9 @@
159 157
160#ifndef SIMULATOR 158#ifndef SIMULATOR
161 159
160/* Define this if hardware supports alternate blitting */
161#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256
162
162/* Define this if you have a Motorola SCF5249 */ 163/* Define this if you have a Motorola SCF5249 */
163#define CONFIG_CPU DM320 164#define CONFIG_CPU DM320
164 165