This is a fork of a functional ILI9341 display with a functional Seeed touch screen library.

Dependencies:   BMP180 UniGraphic mbed BNO055_fusionI_fixed HTU21D GPSISR Compass Fonts uGUI

Fork of TFT_test_NUCLEO-F411RE by Motoo Tanaka

/media/uploads/trevieze/win_20170427_21_31_20_pro.jpg

Had to move sensors to a remote board because of interference. Added spi burst mode to supported displays.

To do.... ugui buttons are slow. will need to add rtos to project. Finish other way points screen. Will have to rewrite portions of the touch screen class. Sense touch, delay, read values and then average, touch released, is the sequence. Add cadence input and logic to program for computer screen.

Revision:
18:50520438c129
Parent:
14:b174ec6e3ca0
Child:
20:3ada4387cc1b
--- a/SeeedStudioTFTv2.h	Fri Apr 28 01:53:32 2017 +0000
+++ b/SeeedStudioTFTv2.h	Fri Aug 04 19:54:48 2017 +0000
@@ -30,6 +30,11 @@
 #define TS_MINY 12500  //83*2
 #define TS_MAXY 116044 //913*2
 
+#define PIN_XP          A3
+#define PIN_XM          A1
+#define PIN_YP          A2
+#define PIN_YM          A0
+
 struct point {
     int x;
     int y;