diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-11-09 19:18:59 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-11-09 19:18:59 +1000 |
commit | 1f99d5c9fac79e3e9aa4ebff97b296b6dcb9c9a7 (patch) | |
tree | fb498bc169bbf76750348f6a900df5adfb6bb7c9 /demos/3rdparty | |
parent | daa4e8bbd78ebe4a84234de266006d1a23697657 (diff) | |
download | uGFX-1f99d5c9fac79e3e9aa4ebff97b296b6dcb9c9a7.tar.gz uGFX-1f99d5c9fac79e3e9aa4ebff97b296b6dcb9c9a7.tar.bz2 uGFX-1f99d5c9fac79e3e9aa4ebff97b296b6dcb9c9a7.zip |
Add support for a default application orientation.
Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
Diffstat (limited to 'demos/3rdparty')
-rw-r--r-- | demos/3rdparty/tdisp_f4_discovery/gfxconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/3rdparty/tdisp_f4_discovery/gfxconf.h b/demos/3rdparty/tdisp_f4_discovery/gfxconf.h index 42399ef5..c00e3941 100644 --- a/demos/3rdparty/tdisp_f4_discovery/gfxconf.h +++ b/demos/3rdparty/tdisp_f4_discovery/gfxconf.h @@ -136,7 +136,6 @@ /* Optional Low Level Driver Definitions */ /* - #define GDISP_USE_CUSTOM_BOARD FALSE #define GDISP_SCREEN_WIDTH 320 #define GDISP_SCREEN_HEIGHT 240 #define GDISP_USE_FSMC |