aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2013-05-16 02:06:53 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2013-05-16 02:07:02 +1000
commitb5ce2405501aa693fc4c134e3425e74ba0ff7589 (patch)
treec6b939769fb773f90c2695848bfc3b0b6c55d458 /include
parent9ad0d079239662646bcef9b0629b48443da748e6 (diff)
downloaduGFX-b5ce2405501aa693fc4c134e3425e74ba0ff7589.tar.gz
uGFX-b5ce2405501aa693fc4c134e3425e74ba0ff7589.tar.bz2
uGFX-b5ce2405501aa693fc4c134e3425e74ba0ff7589.zip
X driver for GDISP and GINPUT_MOUSE
Diffstat (limited to 'include')
-rw-r--r--include/gdisp/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gdisp/options.h b/include/gdisp/options.h
index b4d1dc25..0873a956 100644
--- a/include/gdisp/options.h
+++ b/include/gdisp/options.h
@@ -277,6 +277,12 @@
/* #define GDISP_SCREEN_WIDTH nnnn */
/* #define GDISP_SCREEN_HEIGHT nnnn */
/**
+ * @brief Define which threading model to use.
+ * @details Optional for the X11 driver.
+ * @note Defaults to TRUE. Setting to FALSE causes POSIX threads to be used
+ */
+ /* #define GDISP_THREAD_CHIBIOS FALSE */
+ /**
* @brief Define which bus interface to use.
* @details Only required by the SSD1963 driver.
* @note This will be replaced eventually by board definition files