diff options
author | Tectu <joel@unormal.org> | 2013-02-17 23:52:34 -0800 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2013-02-17 23:52:34 -0800 |
commit | 778cfcd928211246b45ce67c373280fe6adceb11 (patch) | |
tree | 2af82d8674eb0c69c8a2d8b9055f3a5e57833cfe /gfxconf.example.h | |
parent | d41120ee2dc37f7feee7dde40abbb4dae430f7d3 (diff) | |
parent | 9bec5967b293d6c23c9d7e9338d8ece4873f6eac (diff) | |
download | uGFX-778cfcd928211246b45ce67c373280fe6adceb11.tar.gz uGFX-778cfcd928211246b45ce67c373280fe6adceb11.tar.bz2 uGFX-778cfcd928211246b45ce67c373280fe6adceb11.zip |
Merge pull request #33 from inmarket/master
GADC implementation, TDISP fix and GDISP fixes
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index c601dbb9..389d4db5 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -96,10 +96,8 @@ #define GDISP_SCREEN_HEIGHT 240 #define GDISP_USE_FSMC #define GDISP_USE_GPIO - #define TDISP_COLUMNS 16 #define TDISP_ROWS 2 */ #endif /* _GFXCONF_H */ - |