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: LCD_DISCO_F429ZI mbed BSP_DISCO_F429ZI
main.cpp
- Committer:
- ascheriit
- Date:
- 2019-05-10
- Revision:
- 24:682b9e68dca8
- Parent:
- 23:1d4562f7b639
- Child:
- 25:004d58f42fbd
File content as of revision 24:682b9e68dca8:
#include "main.h"
#include "LCD_DISCO_F429ZI.h"
int main(){
DisplayMatrixClean(14,14,BS_H(),5,LCD_COLOR_RED,LCD_COLOR_WHITE);
wait(30);
return 1;
}
