Example showing the use of displays from DisplayModule.com with the LPC4088 Experiment Base Board

Dependencies:   DmTftLibrary mbed

Fork of dm_bubbles by Display Module

Files at this revision

API Documentation at this revision

Comitter:
displaymodule
Date:
Tue Jul 08 06:23:17 2014 +0000
Parent:
1:e286034c8f6a
Child:
3:0ed7f56318a5
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:32:50 2014 +0000
+++ b/DmTftLibrary.lib	Tue Jul 08 06:23:17 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/displaymodule/code/DmTftLibrary/#6cd8c36cbdb3
+http://mbed.org/users/displaymodule/code/DmTftLibrary/#bac5439e3c1c
--- a/main.cpp	Fri Jul 04 10:32:50 2014 +0000
+++ b/main.cpp	Tue Jul 08 06:23:17 2014 +0000
@@ -25,7 +25,7 @@
   } while(false)
 
 
-#if 1
+#if 0
   /* Displays without adapter */
   #define DM_PIN_SPI_MOSI   D11
   #define DM_PIN_SPI_MISO   D12
@@ -53,9 +53,9 @@
 
 //DmTftHX8353C tft;  /* DM_TFT18_101 */
 //DmTftS6D0164 tft;  /* DM_TFT22_102 */
-//DmTftIli9325 tft;  /* DM_TFT28_103 and DM_TFT24_104 */
+DmTftIli9325 tft;  /* DM_TFT28_103 and DM_TFT24_104 */
 //DmTftIli9341 tft;  /* DM_TFT28_105 */
-DmTftSsd2119 tft;   /* DM_TFT35_107 */
+//DmTftSsd2119 tft;   /* DM_TFT35_107 */
 
 DigitalInOut csTouch(DM_PIN_CS_TOUCH, PIN_OUTPUT, PullUp, 1);
 DigitalInOut csDisplay(DM_PIN_CS_TFT, PIN_OUTPUT, PullUp, 1);