Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MIP8F_SPI_Ver40 mbed
Dependents: MIP8f_FRDM_TransferMode_sample MIP8f_FRDM_Animation_sample
Revision 6:2646a55a0233, committed 2018-10-24
- 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);
}
}