aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTectu <joel@unormal.org>2013-05-15 09:47:06 -0700
committerTectu <joel@unormal.org>2013-05-15 09:47:06 -0700
commit896e67c9007dd5e8fa4032f446cb4c90d9ca6837 (patch)
treec6b939769fb773f90c2695848bfc3b0b6c55d458 /include
parent3571d18741ff00a327b6210a9c9d2594b4bdfb22 (diff)
parentb5ce2405501aa693fc4c134e3425e74ba0ff7589 (diff)
downloaduGFX-896e67c9007dd5e8fa4032f446cb4c90d9ca6837.tar.gz
uGFX-896e67c9007dd5e8fa4032f446cb4c90d9ca6837.tar.bz2
uGFX-896e67c9007dd5e8fa4032f446cb4c90d9ca6837.zip
Merge pull request #70 from inmarket/master
X11 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