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:45:40 +1000
commit036ad5d3dd368d2836ed0148143da786f48f15e0 (patch)
tree023d91849252f15be2fd5bae4725441509e60010 /gfxconf.example.h
parent7f8e1a7dead66b8966fd6a4dcebcd559a0754c8a (diff)
downloaduGFX-036ad5d3dd368d2836ed0148143da786f48f15e0.tar.gz
uGFX-036ad5d3dd368d2836ed0148143da786f48f15e0.tar.bz2
uGFX-036ad5d3dd368d2836ed0148143da786f48f15e0.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