summaryrefslogtreecommitdiff
path: root/firmware/export/config/mrobe500.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2022-10-13 11:03:53 -0400
committerSolomon Peachy <pizza@shaftnet.org>2022-10-13 11:08:06 -0400
commit418169aff8faf2cf90124cd95dba0af821cea73d (patch)
tree4fc206af57c9a07fba6cbcb3517fa946a7b84668 /firmware/export/config/mrobe500.h
parentf9ea1fc79d6aaff9949a5b11ae011b4e04e0e9d9 (diff)
downloadrockbox-418169aff8faf2cf90124cd95dba0af821cea73d.tar.gz
rockbox-418169aff8faf2cf90124cd95dba0af821cea73d.zip
Revert "Remove YUV blitting functions and LCD modes"
This reverts commit fe6aa21e9eb88f49005863efd2003d0982920048. Change-Id: I8bb1e5d6c52ed1478002d2140ef494ec5d62b8e3
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 0ecec80e02..621c0b75ca 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_PAL256) 223#define HAVE_LCD_MODES (LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256)
224 224
225#define CONFIG_CPU DM320 225#define CONFIG_CPU DM320
226 226