Shows how to use the display. Draws a bitmap from internal flash, some geometric shapes and some text

Dependencies:   DmTftLibrary mbed

Revision:
2:14024c30df8d
Parent:
1:4a281af0d8e6
Child:
4:d58fe9f48040
--- a/main.cpp	Fri Jul 04 10:34:20 2014 +0000
+++ b/main.cpp	Mon Jul 07 11:55:52 2014 +0000
@@ -38,11 +38,11 @@
  * Local variables
  *****************************************************************************/
 
-//DmTftHX8353C tft;  /* DM_TFT18_101 */
+DmTftHX8353C tft;  /* DM_TFT18_101 */
 //DmTftS6D0164 tft;  /* DM_TFT22_102 */
 //DmTftIli9325 tft;  /* DM_TFT28_103 and DM_TFT24_104 */
 //DmTftIli9341 tft;  /* DM_TFT28_105 */
-DmTftSsd2119 tft;   /* DM_TFT35_107 */
+//DmTftSsd2119 tft;   /* DM_TFT35_107 */
 
 int bmpWidth, bmpHeight;
 uint8_t bmpImageoffset;