forked from len0rd/rockbox
make lcd_framebuffer extern, as it is now exported from the lcd driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1584 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
80be3c319e
commit
9dbd5eddd0
1 changed files with 6 additions and 6 deletions
|
|
@ -22,13 +22,13 @@
|
||||||
#include "uisw32.h"
|
#include "uisw32.h"
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
|
|
||||||
//
|
/*
|
||||||
// simulator specific code
|
* simulator specific code
|
||||||
//
|
*/
|
||||||
|
|
||||||
// varaibles
|
/* varaibles */
|
||||||
unsigned char lcd_framebuffer[LCD_WIDTH][LCD_HEIGHT/8]; // the display
|
extern unsigned char lcd_framebuffer[LCD_WIDTH][LCD_HEIGHT/8]; /* the display */
|
||||||
char bitmap[LCD_HEIGHT][LCD_WIDTH]; // the ui display
|
char bitmap[LCD_HEIGHT][LCD_WIDTH]; /* the ui display */
|
||||||
|
|
||||||
BITMAPINFO2 bmi =
|
BITMAPINFO2 bmi =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue