Skip to content

Commit c38afec

Browse files
Added new info to lvgl tutorial
1 parent 2bfb060 commit c38afec

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/03.lvgl-guide

1 file changed

+1
-1
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/03.lvgl-guide/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Take a look at this graphic to understand it better:
133133

134134
### Update Loop
135135

136-
Include this in the loop of your sketch to make sure the LVGL engine is running and updating the screen.
136+
Include this in the loop of your sketch to make sure the LVGL engine is running and updating the screen. The `lv_timer_handler()` function should be called at max every 5 milliseconds. If it would be called more frequently than that please use a non-blocking method to delay it.
137137

138138
```arduino
139139
void loop() {

0 commit comments

Comments
 (0)