summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:24:01 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:24:01 +0000
commit9eea8abce5dd8916d8b691816b1a2f365f89e13e (patch)
treeb2ca1a6dd97420cda95e46b6d712d9dfb8043daf /firmware/export/config-h100.h
parentee9ece1acf4e48aec2ce058c2739c8d6ba08e9a5 (diff)
downloadrockbox-9eea8abce5dd8916d8b691816b1a2f365f89e13e.tar.gz
rockbox-9eea8abce5dd8916d8b691816b1a2f365f89e13e.zip
LCD_DEPTH == 2, vertical packing: specify if lcd framebuffer is in iram into the model specific config file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22400 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 68b2444bc1..f06aaf8335 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -213,3 +213,5 @@
213#define MIN_REMOTE_CONTRAST_SETTING 5 213#define MIN_REMOTE_CONTRAST_SETTING 5
214#define MAX_REMOTE_CONTRAST_SETTING 63 214#define MAX_REMOTE_CONTRAST_SETTING 63
215#define DEFAULT_REMOTE_CONTRAST_SETTING 42 215#define DEFAULT_REMOTE_CONTRAST_SETTING 42
216
217#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */