diff --git a/boards/addons/gdisp/board_framebuffer_eCos.h b/boards/addons/gdisp/board_framebuffer_eCos.h index 80c9147b..90226b5d 100644 --- a/boards/addons/gdisp/board_framebuffer_eCos.h +++ b/boards/addons/gdisp/board_framebuffer_eCos.h @@ -28,7 +28,8 @@ // SET THIS HERE!!! // 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) { // Initialize the frame buffer device - we assume everything is going to succeed.