summaryrefslogtreecommitdiff
path: root/firmware/export/config/mrobe500.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-10-03 10:17:41 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-10-03 13:30:01 +0100
commitfe6aa21e9eb88f49005863efd2003d0982920048 (patch)
tree11ffde0fdde131f39145542506cf9020dcf384d3 /firmware/export/config/mrobe500.h
parentb371ff1f4758f6781e2b89f86bd8e65b8585f56e (diff)
downloadrockbox-fe6aa21e9eb88f49005863efd2003d0982920048.tar.gz
rockbox-fe6aa21e9eb88f49005863efd2003d0982920048.zip
Remove YUV blitting functions and LCD modes
None of this is needed now that mpegplayer is gone. Change-Id: I360366db8513e4d988021e8d7b7d8eb09930efb8
Diffstat (limited to 'firmware/export/config/mrobe500.h')
-rw-r--r--firmware/export/config/mrobe500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h
index 621c0b75ca..0ecec80e02 100644
--- a/firmware/export/config/mrobe500.h
+++ b/firmware/export/config/mrobe500.h
@@ -220,7 +220,7 @@
220#define HAVE_USB_HID_MOUSE 220#define HAVE_USB_HID_MOUSE
221 221
222/* Define this if hardware supports alternate blitting */ 222/* Define this if hardware supports alternate blitting */
223#define HAVE_LCD_MODES (LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256) 223#define HAVE_LCD_MODES (LCD_MODE_RGB565 | LCD_MODE_PAL256)
224 224
225#define CONFIG_CPU DM320 225#define CONFIG_CPU DM320
226 226