Adafruit 2.8 TFT with Touch test program for ST Nucleo F411RE

Dependencies:   SPI_STMPE610 UniGraphic mbed

Today I got a Nucleo F411RE at ET2015.
So this is my first trial of making a program with F411RE.

Although I was expecting my SPI_STMPE610 library would work without modification, I was wrong!!
To make it work with F411RE, the spi format needed to be format(8,1) instead of format(8,0)
which worked fine with my FRDM boards.

Revision:
0:cd5e3d371b54
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Nov 19 13:34:57 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/9296ab0bfc11
\ No newline at end of file