aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-10-17 12:33:35 +1000
committerinmarket <andrewh@inmarket.com.au>2013-10-17 12:33:35 +1000
commit2996e701ad223f70c2bf63a5eddf8fd0de9854bb (patch)
treeee36038a75e9d340200ec849c82cc3adb4826771 /gfxconf.example.h
parent86c6fdf77bfd096aafec6ac4baadbfba4a537ed3 (diff)
downloaduGFX-2996e701ad223f70c2bf63a5eddf8fd0de9854bb.tar.gz
uGFX-2996e701ad223f70c2bf63a5eddf8fd0de9854bb.tar.bz2
uGFX-2996e701ad223f70c2bf63a5eddf8fd0de9854bb.zip
Change gfxconf.h to match updated multi-controller support
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index f48008aa..8414dbe0 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -147,10 +147,12 @@
#define GDISP_TOTAL_DISPLAYS 1
#define GDISP_TOTAL_CONTROLLERS 1
- // Extra stuff needed for when GDISP_TOTAL_CONTROLLERS > 1
+ // Extra stuff required when GDISP_TOTAL_CONTROLLERS > 1
#define GDISP_CONTROLLER_LIST GDISPVMT_Win32, GDISPVMT_Win32
#define GDISP_CONTROLLER_DISPLAYS 1, 1
#define GDISP_PIXELFORMAT GDISP_PIXELFORMAT_RGB888
+
+ // Optional extra stuff when GDISP_TOTAL_CONTROLLERS > 1
#define GDISP_HARDWARE_STREAM_WRITE FALSE
#define GDISP_HARDWARE_STREAM_READ FALSE
#define GDISP_HARDWARE_STREAM_POS FALSE