Boilerplate library to get started with LvGL on STM DISCO F746NG board. Adapted from https://os.mbed.com/users/JohnnyK/code/DISCO-F746NG_MbedOs_LvGL_example/
Dependencies: BSP_DISCO_F746NG
Diff: example_main.cpp
- Revision:
- 1:a23fffad1321
diff -r cffa136e7f8f -r a23fffad1321 example_main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/example_main.cpp Thu Sep 10 09:24:23 2020 +0000 @@ -0,0 +1,15 @@ +/* example_main.cpp */ +// +//#include "lvgl_f746ng.h" +//#include "mbed.h" +// +//int main() { +// printf("main from context %p\n", ThisThread::get_id()); +// +// lvgl_f746ng_init(); // Initialize the LittlevGL +// +// while (1) { +// thread_sleep_for(100); +// } +//} +//