eCos fix
This commit is contained in:
parent
cffba2c1c9
commit
efe79a4a31
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
||||||
|
|
||||||
// SET THIS HERE!!!
|
// SET THIS HERE!!!
|
||||||
// This must also match the pixel format above
|
// This must also match the pixel format above
|
||||||
#define FRAMEBUF 640x480x16
|
//#define FRAMEBUF 640x480x16
|
||||||
|
#define FRAMEBUF fb0
|
||||||
|
|
||||||
static void board_init(GDisplay *g, fbInfo *fbi) {
|
static void board_init(GDisplay *g, fbInfo *fbi) {
|
||||||
// Initialize the frame buffer device - we assume everything is going to succeed.
|
// Initialize the frame buffer device - we assume everything is going to succeed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue