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

Dependencies:   DmTftLibrary mbed

Files at this revision

API Documentation at this revision

Comitter:
displaymodule
Date:
Mon Jul 07 11:55:52 2014 +0000
Parent:
1:4a281af0d8e6
Child:
3:c5418fd50f4a
Commit message:
Updated library dependencies.

Changed in this revision

DmTftLibrary.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/DmTftLibrary.lib	Fri Jul 04 10:34:20 2014 +0000
+++ b/DmTftLibrary.lib	Mon Jul 07 11:55:52 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/displaymodule/code/DmTftLibrary/#6cd8c36cbdb3
+http://mbed.org/users/displaymodule/code/DmTftLibrary/#b24f01d148c4
--- 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;