diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-08-23 17:56:23 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-08-23 17:56:23 +1000 |
commit | e758a60b100913fe7fa82e9751292781c0328a38 (patch) | |
tree | 7e95c7cde2d9246f98fb006e3683e407468ba9c2 /gfxconf.example.h | |
parent | 2b47a0708602b45b0b5db120a496bf92232aa4b1 (diff) | |
parent | 0c7c74112e07f612ea5a2da00a5962728225d41f (diff) | |
download | uGFX-e758a60b100913fe7fa82e9751292781c0328a38.tar.gz uGFX-e758a60b100913fe7fa82e9751292781c0328a38.tar.bz2 uGFX-e758a60b100913fe7fa82e9751292781c0328a38.zip |
Merge branch 'gdriver' into newmouse
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index 2fe4eb19..9b5ba477 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -107,8 +107,10 @@ //#define GDISP_LINEBUF_SIZE 128 //#define GDISP_TOTAL_DISPLAYS 1 -// #if GDISP_TOTAL_DISPLAYS > 1 -// // For code and speed optimization define as TRUE or FALSE if all displays have the same capability + +//#define GDISP_TOTAL_CONTROLLERS 1 +// #if GDISP_TOTAL_CONTROLLERS > 1 +// // For code and speed optimization define as TRUE or FALSE if all controllers have the same capability // #define GDISP_HARDWARE_STREAM_WRITE FALSE // #define GDISP_HARDWARE_STREAM_READ FALSE // #define GDISP_HARDWARE_STREAM_POS FALSE @@ -121,10 +123,7 @@ // #define GDISP_HARDWARE_CONTROL FALSE // #define GDISP_HARDWARE_QUERY FALSE // #define GDISP_HARDWARE_CLIP FALSE -// #endif -//#define GDISP_TOTAL_CONTROLLERS 1 -// #if GDISP_TOTAL_CONTROLLERS > 1 // #define GDISP_CONTROLLER_LIST GDISPVMT_Win32, GDISPVMT_Win32 // #define GDISP_CONTROLLER_DISPLAYS 1, 1 // #define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB888 |