From 54a3288320da0ff21a0997126f4d66959cc4813b Mon Sep 17 00:00:00 2001 From: inmarket Date: Sat, 16 Nov 2013 02:04:41 +1000 Subject: [PATCH] Update gfxconf.example.h with new values for the GDISP uGFXnet driver. --- gfxconf.example.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/gfxconf.example.h b/gfxconf.example.h index 2625d820..9c6917ed 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -188,10 +188,13 @@ /* Optional Low Level Driver Definitions */ /* - #define GDISP_SCREEN_WIDTH 320 - #define GDISP_SCREEN_HEIGHT 240 - #define TDISP_COLUMNS 16 - #define TDISP_ROWS 2 + #define GDISP_SCREEN_WIDTH 320 + #define GDISP_SCREEN_HEIGHT 240 + #define GDISP_GFXNET_PORT 13001 + #define GDISP_DONT_WAIT_FOR_NET_DISPLAY FALSE + #define GDISP_USE_DMA FALSE + #define TDISP_COLUMNS 16 + #define TDISP_ROWS 2 */ #endif /* _GFXCONF_H */