KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
166:53fd4a876dac
Parent:
165:695c24cc5197
diff -r 695c24cc5197 -r 53fd4a876dac RA8875_Touch_FT5206.h
--- a/RA8875_Touch_FT5206.h	Sun Feb 24 00:40:00 2019 +0000
+++ b/RA8875_Touch_FT5206.h	Sun Feb 24 19:28:26 2019 +0000
@@ -9,6 +9,8 @@
 #define FT5206_I2C_FREQUENCY                400000
 #define FT5206_I2C_ADDRESS                  0x38
 
+#define FT5206_TOUCH_POINTS                 5    // This chip can support only 5 touch points
+
 #define FT5206_NUMBER_OF_REGISTERS          31   // there are more registers, but this
                                                  // is enough to get all 5 touch coordinates.