A Touchscreen example program showing the RA8875 driver library. This is easily configured for either the Resistive touch panel or the Capacitive touch panel.

Dependencies:   mbed RA8875

Revision:
3:ea71f57ca5f8
Parent:
2:1d3c502e7f23
Child:
4:7f473b6b37c3
--- a/main.cpp	Sat Mar 02 12:43:41 2019 +0000
+++ b/main.cpp	Sun Jul 28 03:40:30 2019 +0000
@@ -20,6 +20,12 @@
 #include "RA8875.h"     // Last tested: v164
 
 
+#ifndef MBED_MAJOR_VERSION
+#define MBED_MAJOR_VERSION 2
+#define MBED_MINOR_VERSION 0    // These are incorrect
+#define MBED_PATCH_VERSION 0    // These are incorrect
+#endif
+
 // // // // // // // // // // // // // // // // // // // // // // // // 
 // Configuration section
 // adjust the following information for the screen size, touch panel technology,