This demo reads a bitmap from a FAT formatted SD-card, copies it to flash and displays it on the screen. The demo is based on the following project: https://os.mbed.com/users/DieterGraef/code/DISCO-F746NG_SDFileSystem/
Dependencies: LCD_DISCO_F746NG TS_DISCO_F746NG mbed FATFileSystem
Fork of DISCO-F746NG_SDFileSystem by
Diff: main.cpp
- Revision:
- 1:7f463f6f904e
- Parent:
- 0:134f7a094930
- Child:
- 4:95e30a911d97
--- a/main.cpp Thu Mar 31 17:43:47 2016 +0000 +++ b/main.cpp Tue Apr 12 13:48:45 2016 +0000 @@ -16,7 +16,8 @@ } -int main() { +int main() { + printf("Starting Filetest"); sd.mount(); FILE * fp; fp = fopen("/sd/test.txt", "w");