summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe100.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:10:06 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:10:06 +0000
commit47b2b579cccc531b50e4e01d757e92fa557b949c (patch)
tree299f2ee41c541e75cfcd99c0e6c4122fccc958f4 /firmware/export/config-mrobe100.h
parentb035fee1551b611ff6b1336c588680871298c68d (diff)
downloadrockbox-47b2b579cccc531b50e4e01d757e92fa557b949c.tar.gz
rockbox-47b2b579cccc531b50e4e01d757e92fa557b949c.zip
LCD_DEPTH == 1 : specify if lcd framebuffer is in iram into the model specific config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22397 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe100.h')
-rw-r--r--firmware/export/config-mrobe100.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index 3fcef555d4..84d2ab14e1 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -43,7 +43,7 @@
43/* define this if you can invert the colours on your LCD */ 43/* define this if you can invert the colours on your LCD */
44#define HAVE_LCD_INVERT 44#define HAVE_LCD_INVERT
45 45
46/*#define IRAM_LCDFRAMEBUFFER IDATA_ATTR */ /* put the lcd frame buffer in IRAM */ 46#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
47 47
48#ifndef BOOTLOADER 48#ifndef BOOTLOADER
49/* Define this if you have an remote lcd */ 49/* Define this if you have an remote lcd */