Update gfxconf.example.h with new values for the GDISP uGFXnet driver.

ugfx_release_2.6
inmarket 2013-11-16 02:04:41 +10:00
parent bfc9b9d64e
commit 54a3288320
1 changed files with 7 additions and 4 deletions

View File

@ -188,10 +188,13 @@
/* Optional Low Level Driver Definitions */ /* Optional Low Level Driver Definitions */
/* /*
#define GDISP_SCREEN_WIDTH 320 #define GDISP_SCREEN_WIDTH 320
#define GDISP_SCREEN_HEIGHT 240 #define GDISP_SCREEN_HEIGHT 240
#define TDISP_COLUMNS 16 #define GDISP_GFXNET_PORT 13001
#define TDISP_ROWS 2 #define GDISP_DONT_WAIT_FOR_NET_DISPLAY FALSE
#define GDISP_USE_DMA FALSE
#define TDISP_COLUMNS 16
#define TDISP_ROWS 2
*/ */
#endif /* _GFXCONF_H */ #endif /* _GFXCONF_H */