JapanDisplayInc / Mbed 2 deprecated MIP8f_FRDM_LineBuffer_sample

Dependencies:   MIP8F_SPI_Ver40 mbed

Dependents:   MIP8f_FRDM_TransferMode_sample MIP8f_FRDM_Animation_sample

Files at this revision

API Documentation at this revision

Comitter:
JDI_Mbed_Team
Date:
Wed Oct 24 02:28:15 2018 +0000
Parent:
5:069467469900
Child:
7:c7a676157b4d
Commit message:
test;

Changed in this revision

MIP8F_SPI.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/MIP8F_SPI.lib	Wed Oct 24 02:23:42 2018 +0000
+++ b/MIP8F_SPI.lib	Wed Oct 24 02:28:15 2018 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/teams/JapanDisplayInc/code/MIP8F_SPI/#2b85e7edcc4e
+https://os.mbed.com/users/JDI_Mbed_Team/code/MIP8F_SPI_v30/#2b85e7edcc4e
--- a/main.cpp	Wed Oct 24 02:23:42 2018 +0000
+++ b/main.cpp	Wed Oct 24 02:28:15 2018 +0000
@@ -142,6 +142,8 @@
         filenum = CntFile(filepath);    //file number read
         for( int j = 0; j < 2; j++)
         {
+   	    	for(uint32_t i=0; i<filenum; i++)
+       		{
             	ReadBmp(filepath,i);
   	       		 while(HaltSW.State()) {             // VCOM invert when image is still
 	       	    //    pol++;
@@ -153,7 +155,7 @@
 				if( j%2 == 0 ) 	
 					WD.writeDISP(TrBIT4);
 				else			
-					WD.writeDISP(TrBIT1);
+				WD.writeDISP(TrBIT1);
 		        wait(2);
 		    }
         }