summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-11-07 18:38:46 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-11-07 18:38:46 +0000
commit765ff0130ab58c67e82a2ed17c64c577c6434d57 (patch)
treec825c50286a468ecb421eca0cc571c1a07dfca24 /firmware/export/config-mrobe500.h
parentb1783c3c64d530e77ea2301e70a000f2a624bb74 (diff)
downloadrockbox-765ff0130ab58c67e82a2ed17c64c577c6434d57.tar.gz
rockbox-765ff0130ab58c67e82a2ed17c64c577c6434d57.zip
Add optional viewport clipping, can be enabled with HAVE_VIEWPORT_CLIP. A simulator check is also added to set_viewport that will show an error/note when DEBUGF is enabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23551 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 7b73fe7ad6..82ba8a8e83 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -65,6 +65,9 @@
65/* define this if the target has volume keys which can be used in the lists */ 65/* define this if the target has volume keys which can be used in the lists */
66#define HAVE_VOLUME_IN_LIST 66#define HAVE_VOLUME_IN_LIST
67 67
68/* define this if you want viewport clipping enabled for safe LCD functions */
69#define HAVE_VIEWPORT_CLIP
70
68/* LCD dimensions */ 71/* LCD dimensions */
69#define CONFIG_LCD LCD_MROBE500 72#define CONFIG_LCD LCD_MROBE500
70 73