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_F746NG GRecorder BSP_DISCO_F746NG
Revision 2:afc050526249, committed 2020-04-07
- Comitter:
- JohnnyK
- Date:
- Tue Apr 07 08:06:45 2020 +0000
- Parent:
- 1:627f26953c53
- Child:
- 3:4f5dc253eb7b
- Commit message:
- add link to a Notebook page
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Apr 07 08:03:55 2020 +0000 +++ b/main.cpp Tue Apr 07 08:06:45 2020 +0000 @@ -1,9 +1,9 @@ -//#pragma -O0 +//Notebook page https://os.mbed.com/users/JohnnyK/notebook/how-start-with-the-littlevgl/ #include "mbed.h" #include "lvgl/lvgl.h" #include "lv_port_disp.h" #include "lv_port_indev.h" -//#include "demo.h" //Comment/uncomment will switch between LittlevGL demo and Hello word example +#include "demo.h" //Comment/uncomment will switch between LittlevGL demo and Hello word example #define LVGL_TICK 5 //Time tick value for lvgl in ms (1-10msa) #define TICKER_TIME 0.001 * LVGL_TICK //modified to miliseconds