1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Rafaël Carré 2009-08-18 04:10:06 +00:00
parent b035fee155
commit 47b2b579cc
7 changed files with 11 additions and 7 deletions

View file

@ -87,7 +87,7 @@
#define MAX_CONTRAST_SETTING 50
#define DEFAULT_CONTRAST_SETTING 30
#define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */
#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
#define CONFIG_KEYPAD SANSA_CLIP_PAD