aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-11-16 02:02:45 +1000
committerinmarket <andrewh@inmarket.com.au>2013-11-16 02:02:45 +1000
commite6de7baf0440b917c964a08743e6fa04fc2821d8 (patch)
treee08f23157e9b1c026b37d1a781592054d205a63b /drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
parentd35bf6cda6a6842b244069e2673acea8778381f7 (diff)
downloaduGFX-e6de7baf0440b917c964a08743e6fa04fc2821d8.tar.gz
uGFX-e6de7baf0440b917c964a08743e6fa04fc2821d8.tar.bz2
uGFX-e6de7baf0440b917c964a08743e6fa04fc2821d8.zip
Update uGFXnet display driver. This is now working.
Diffstat (limited to 'drivers/multiple/uGFXnet/ginput_lld_mouse_config.h')
-rw-r--r--drivers/multiple/uGFXnet/ginput_lld_mouse_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h b/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
index a58d92d1..b0a0e04f 100644
--- a/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
+++ b/drivers/multiple/uGFXnet/ginput_lld_mouse_config.h
@@ -45,6 +45,9 @@
#define GINPUT_MOUSE_POLL_PERIOD TIME_INFINITE // Interrupt driven by the Window thread
//#define GINPUT_MOUSE_POLL_PERIOD 25 // Poll driven
+// This driver does not require rotation of co-ordinates for orientations other than 0.
+#define GINPUT_MOUSE_NO_ROTATION TRUE
+
#endif /* _LLD_GINPUT_MOUSE_CONFIG_H */
/** @} */