
bubbles example
Fork of dm_bubbles by
Revision 2:43fe0d1d9259, committed 2014-07-08
- 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);