From b5ce2405501aa693fc4c134e3425e74ba0ff7589 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Thu, 16 May 2013 02:06:53 +1000 Subject: X driver for GDISP and GINPUT_MOUSE --- include/gdisp/options.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') 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 @@ -276,6 +276,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. -- cgit v1.2.3