FT5206 capacitive Touch Panel driver for 7 inch BuyDisplay LCD, with 5-point touch.

Revision:
1:56a53f203daa
Parent:
0:19406ff51058
Child:
2:5ebf8736e4b2
--- a/FT5206.h	Thu Jun 18 21:14:06 2015 +0000
+++ b/FT5206.h	Thu Jun 18 21:24:57 2015 +0000
@@ -1,11 +1,13 @@
 /** This is a library to handling capacitive multitouch sensors using FT5206.
- *
- * Originally written to work with 7-inch-lcd-module-capacitive-touch from BuyDisplay.com
+ * FT5206 Capatitive Touch Panel driver for 7 inch BuyDisplay LCD, with 5-point touch
  * http://www.buydisplay.com/default/7-inch-lcd-module-capacitive-touch-screen-panel-i2c-spi-serial
  *
  * Example:
  * @code
  *  // Use of the capacitive touch panel
+ *  #define PIN_SCL_FT5206  D15
+ *  #define PIN_SDA_FT5206  D14
+ *  #define PIN_INT_FT5206  D7
  *  FT5206 FT5206(PIN_SDA_FT5206, PIN_SCL_FT5206, PIN_INT_FT5206); // sda, scl, int
  *  FT5206.init();
  *  while(1) {