aboutsummaryrefslogtreecommitdiffstats
path: root/boards/addons
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-07-07 11:19:04 +1000
committerinmarket <andrewh@inmarket.com.au>2014-07-07 11:19:04 +1000
commitefe79a4a310cd9c02dae1eab014346d6092a0d44 (patch)
tree03132b48647f424e7e92fb51004f2177d4bdb170 /boards/addons
parentcffba2c1c9e350bd2c64dec7d30d1360e17dbac9 (diff)
downloaduGFX-efe79a4a310cd9c02dae1eab014346d6092a0d44.tar.gz
uGFX-efe79a4a310cd9c02dae1eab014346d6092a0d44.tar.bz2
uGFX-efe79a4a310cd9c02dae1eab014346d6092a0d44.zip
eCos fix
Diffstat (limited to 'boards/addons')
-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.