aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/X/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-07-24 13:55:25 +1000
committerinmarket <andrewh@inmarket.com.au>2013-07-24 13:55:25 +1000
commit00b6ab3986b917844bb83a8f2b5378d774f280f2 (patch)
tree6682c3306fc9cc7ae9750aa87c244e38c4471e4c /drivers/multiple/X/readme.txt
parent772b4f79d55fc4b8aa0428f94714f8121db49019 (diff)
downloaduGFX-00b6ab3986b917844bb83a8f2b5378d774f280f2.tar.gz
uGFX-00b6ab3986b917844bb83a8f2b5378d774f280f2.tar.bz2
uGFX-00b6ab3986b917844bb83a8f2b5378d774f280f2.zip
Remove unneeded comment about threading (no longer applies)
Diffstat (limited to 'drivers/multiple/X/readme.txt')
-rw-r--r--drivers/multiple/X/readme.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/multiple/X/readme.txt b/drivers/multiple/X/readme.txt
index 908fea31..b26dce5d 100644
--- a/drivers/multiple/X/readme.txt
+++ b/drivers/multiple/X/readme.txt
@@ -11,8 +11,6 @@ and a touchscreen driver.
d) Optionally the following (with appropriate values):
#define GDISP_SCREEN_WIDTH 640
#define GDISP_SCREEN_HEIGHT 480
- e) Optionally change the threading model to LINUX (instead of ChibiOS)
- #define GDISP_THREAD_CHIBIOS FALSE
2. To your makefile add the following lines:
include $(GFXLIB)/gfx.mk