diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-07-22 21:11:28 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-07-22 21:11:28 +0200 |
commit | 940eda4cd4aec6389cd260b400d866830ba1dcd8 (patch) | |
tree | 3a601d40fb136be813690fe8191d821e06696336 /demos | |
parent | 78dc6e4b8eef69ee87a1e15fb380080fee95b550 (diff) | |
download | uGFX-940eda4cd4aec6389cd260b400d866830ba1dcd8.tar.gz uGFX-940eda4cd4aec6389cd260b400d866830ba1dcd8.tar.bz2 uGFX-940eda4cd4aec6389cd260b400d866830ba1dcd8.zip |
Adding first version of STM32F7 discovery touch driver
Diffstat (limited to 'demos')
-rw-r--r-- | demos/modules/gwin/slider/gfxconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/slider/gfxconf.h b/demos/modules/gwin/slider/gfxconf.h index 9d55d29f..ac2d04ee 100644 --- a/demos/modules/gwin/slider/gfxconf.h +++ b/demos/modules/gwin/slider/gfxconf.h @@ -50,6 +50,7 @@ #define GDISP_NEED_CIRCLE TRUE #define GDISP_NEED_TEXT TRUE #define GDISP_NEED_MULTITHREAD TRUE +#define GDISP_NEED_CONTROL TRUE /* GDISP fonts to include */ #define GDISP_INCLUDE_FONT_UI2 TRUE |