aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-11-16 02:04:41 +1000
committerinmarket <andrewh@inmarket.com.au>2013-11-16 02:04:41 +1000
commit54a3288320da0ff21a0997126f4d66959cc4813b (patch)
tree95174d721105a16e95df898f5c63046292ce4fb5 /gfxconf.example.h
parentbfc9b9d64e80d7906d3ce71f487486df37c28db4 (diff)
downloaduGFX-54a3288320da0ff21a0997126f4d66959cc4813b.tar.gz
uGFX-54a3288320da0ff21a0997126f4d66959cc4813b.tar.bz2
uGFX-54a3288320da0ff21a0997126f4d66959cc4813b.zip
Update gfxconf.example.h with new values for the GDISP uGFXnet driver.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h11
1 files 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 */