aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-11 14:50:09 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-11 14:50:09 +0100
commit891f134bc1a210b3b91baba189ba1d48a6a617a3 (patch)
tree7798f5b62b44ecea55d37cf7ba41bf47360ed0d6 /gfxconf.example.h
parent5ea2cb9f8de3562c663942b505eb79d0733ab3dd (diff)
downloaduGFX-891f134bc1a210b3b91baba189ba1d48a6a617a3.tar.gz
uGFX-891f134bc1a210b3b91baba189ba1d48a6a617a3.tar.bz2
uGFX-891f134bc1a210b3b91baba189ba1d48a6a617a3.zip
Removed TDISP module
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 72161644..9963188e 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -22,7 +22,6 @@
/* GFX subsystems to turn on */
#define GFX_USE_GDISP FALSE
-#define GFX_USE_TDISP FALSE
#define GFX_USE_GWIN FALSE
#define GFX_USE_GEVENT FALSE
#define GFX_USE_GTIMER FALSE
@@ -96,9 +95,6 @@
#define GDISP_NEED_IMAGE_BMP_32 TRUE
*/
-/* Features for the TDISP subsystem. */
-#define TDISP_NEED_MULTITHREAD FALSE
-
/* Features for the GWIN subsystem. */
#define GWIN_NEED_WINDOWMANAGER FALSE
#define GWIN_NEED_CONSOLE FALSE
@@ -196,8 +192,7 @@
#define GDISP_DONT_WAIT_FOR_NET_DISPLAY FALSE
#define GDISP_GFXNET_UNSAFE_SOCKETS FALSE
#define GDISP_USE_DMA FALSE
- #define TDISP_COLUMNS 16
- #define TDISP_ROWS 2
*/
#endif /* _GFXCONF_H */
+