forked from len0rd/rockbox
Moved LCD frame buffer to internal RAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1503 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1d21ca9023
commit
c3d52b41ea
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ void lcd_init (void)
|
|||
*
|
||||
* Memory copy of display bitmap
|
||||
*/
|
||||
unsigned char display[LCD_WIDTH][LCD_HEIGHT/8];
|
||||
unsigned char display[LCD_WIDTH][LCD_HEIGHT/8] __attribute__ ((section (".idata")));
|
||||
|
||||
static int font=0;
|
||||
static int xmargin=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue