aboutsummaryrefslogtreecommitdiffstats
path: root/boards
diff options
context:
space:
mode:
Diffstat (limited to 'boards')
-rw-r--r--boards/addons/gdisp/board_framebuffer_eCos.h3
1 files changed, 2 insertions, 1 deletions
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.