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: SDFileSystem mbed TFTLCD
Diff: main.cpp
- Revision:
- 28:4a233bc57aab
- Parent:
- 27:bae83e4c9fce
- Child:
- 29:1e98e8fc32da
--- a/main.cpp Sat Feb 02 03:05:33 2013 +0000 +++ b/main.cpp Sat Feb 02 03:12:00 2013 +0000 @@ -6,6 +6,7 @@ HX8340S_LCD lcd( p9, p14, p13, p11); lcd.Initialize(); lcd.ClearScreen(); + lcd.FillScreen(COLOR_BLUE); printf("superDisplay\c\n"); } void superSd(unsigned char*buffer,int offset,int bytes,const char *path)