diff options
Diffstat (limited to 'drivers/touchscreen/MCU/readme.txt')
-rw-r--r-- | drivers/touchscreen/MCU/readme.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/touchscreen/MCU/readme.txt b/drivers/touchscreen/MCU/readme.txt new file mode 100644 index 00000000..105e7462 --- /dev/null +++ b/drivers/touchscreen/MCU/readme.txt @@ -0,0 +1,8 @@ +To use this driver:
+
+1. Add in your halconf.h:
+ a) #define GFX_USE_TOUCHSCREEN TRUE
+
+2. To your makefile add the following lines:
+ include $(GFXLIB)/drivers/touchscreen/MCU/touchscreen_lld.mk
+
|