summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:32:03 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-08-18 04:32:03 +0000
commit5929a8fb475586353dc3fb164190ae1923ef4eb6 (patch)
tree1e9584dfbe54c3d32df452b7198c009fe530f13a
parent9eea8abce5dd8916d8b691816b1a2f365f89e13e (diff)
downloadrockbox-5929a8fb475586353dc3fb164190ae1923ef4eb6.tar.gz
rockbox-5929a8fb475586353dc3fb164190ae1923ef4eb6.zip
iaudiox5 has a 16 bits display, not a 2 bits.
do not put lcd framebuffer in iram because there is no room for it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22401 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-iaudiox5.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index dd83edf8ca..e048ebefb9 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -207,6 +207,3 @@
207#define MIN_REMOTE_CONTRAST_SETTING 10 207#define MIN_REMOTE_CONTRAST_SETTING 10
208#define MAX_REMOTE_CONTRAST_SETTING 35 208#define MAX_REMOTE_CONTRAST_SETTING 35
209#define DEFAULT_REMOTE_CONTRAST_SETTING 24 /* Match boot contrast */ 209#define DEFAULT_REMOTE_CONTRAST_SETTING 24 /* Match boot contrast */
210
211#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
212