aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-17 08:43:11 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-17 08:43:11 +1000
commitffa03cb57042e9460f6193e5a284a3760b1b348f (patch)
treeb40f4eb9b87d8285d15d27820359f58051351d77 /gfxconf.example.h
parente586459a24c3c5bd383ef0045911dd155c47ef7f (diff)
downloaduGFX-ffa03cb57042e9460f6193e5a284a3760b1b348f.tar.gz
uGFX-ffa03cb57042e9460f6193e5a284a3760b1b348f.tar.bz2
uGFX-ffa03cb57042e9460f6193e5a284a3760b1b348f.zip
SImplify the options for multiple displays.
This will also be more compatible with newmouse infrastructure
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 9b5ba477..205c79d3 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -108,8 +108,8 @@
//#define GDISP_TOTAL_DISPLAYS 1
-//#define GDISP_TOTAL_CONTROLLERS 1
-// #if GDISP_TOTAL_CONTROLLERS > 1
+//#define GDISP_DRIVER_LIST GDISPVMT_Win32, GDISPVMT_Win32
+// #ifdef GDISP_DRIVER_LIST
// // 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
@@ -124,8 +124,6 @@
// #define GDISP_HARDWARE_QUERY FALSE
// #define GDISP_HARDWARE_CLIP FALSE
-// #define GDISP_CONTROLLER_LIST GDISPVMT_Win32, GDISPVMT_Win32
-// #define GDISP_CONTROLLER_DISPLAYS 1, 1
// #define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB888
// #endif