Ported example STemWin_HelloWorld from STM32Cube_FW_F7_V1.3.0 Just compiled succesfully, not tested on real board.
Dependencies: BSP_DISCO_F746NG mbed
Diff: main.cpp
- Revision:
- 0:a53ccea9154d
diff -r 000000000000 -r a53ccea9154d main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Jan 04 18:53:06 2016 +0000 @@ -0,0 +1,7 @@ +#include <mbed.h> +#include <GUI.h> + +int xxmain(void) +{ + for(;;); +} \ No newline at end of file