aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-05 02:55:47 +0200
committerJoel Bodenmann <joel@unormal.org>2013-10-05 02:55:47 +0200
commit4e68a7732e1a9c101498fd7945ffec20294509d2 (patch)
tree8e5702c4c875fe89c76ec56483d05dd4914d072c /gfxconf.example.h
parent8b6e95de7326382f75e1d1ee1069d39f774d5299 (diff)
downloaduGFX-4e68a7732e1a9c101498fd7945ffec20294509d2.tar.gz
uGFX-4e68a7732e1a9c101498fd7945ffec20294509d2.tar.bz2
uGFX-4e68a7732e1a9c101498fd7945ffec20294509d2.zip
gfxconf cleanup
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index b0bf39a0..a75c41af 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -142,9 +142,6 @@
/* Optional Parameters for various subsystems */
/*
- #define GDISP_NEED_UTF8 FALSE
- #define GDISP_NEED_TEXT_KERNING FALSE
- #define GDISP_NEED_ANTIALIAS FALSE
#define GDISP_THREAD_PRIORITY NORMAL_PRIORITY
#define GEVENT_MAXIMUM_SIZE 32
#define GEVENT_MAX_SOURCE_LISTENERS 32
@@ -162,8 +159,6 @@
#define GDISP_USE_CUSTOM_BOARD FALSE
#define GDISP_SCREEN_WIDTH 320
#define GDISP_SCREEN_HEIGHT 240
- #define GDISP_USE_FSMC
- #define GDISP_USE_GPIO
#define TDISP_COLUMNS 16
#define TDISP_ROWS 2
*/