diff options
author | inmarket <andrewh@inmarket.com.au> | 2018-02-24 12:36:15 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2018-02-24 12:36:15 +1000 |
commit | d9eaba249f7314b5946cfff19c3ba64215babb27 (patch) | |
tree | 5e42269e045026acb2412ec161e04655cfc661cf /gfxconf.example.h | |
parent | aeef03a83e59745f06d9b30a5dbbc4eea7170df5 (diff) | |
download | uGFX-d9eaba249f7314b5946cfff19c3ba64215babb27.tar.gz uGFX-d9eaba249f7314b5946cfff19c3ba64215babb27.tar.bz2 uGFX-d9eaba249f7314b5946cfff19c3ba64215babb27.zip |
Added support for specifying calibration fonts and text
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 208061e5..c5dd66ae 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -289,6 +289,10 @@ // #define GINPUT_TOUCH_USER_CALIBRATION_LOAD FALSE // #define GINPUT_TOUCH_USER_CALIBRATION_SAVE FALSE // #define GMOUSE_DRIVER_LIST GMOUSEVMT_Win32, GMOUSEVMT_Win32 +// #define GINPUT_TOUCH_CALIBRATION_FONT1 "* Double" +// #define GINPUT_TOUCH_CALIBRATION_FONT2 "* Narrow" +// #define GINPUT_TOUCH_CALIBRATION_TITLE "Calibration" +// #define GINPUT_TOUCH_CALIBRATION_ERROR "Calibration Failed!" //#define GINPUT_NEED_KEYBOARD FALSE // #define GINPUT_KEYBOARD_POLL_PERIOD 200 // #define GKEYBOARD_DRIVER_LIST GKEYBOARDVMT_Win32, GKEYBOARDVMT_Win32 |