Lvgl rate control (#22049)
This commit is contained in:
parent
451ac2aa1e
commit
169b0f33f6
3 changed files with 14 additions and 2 deletions
|
@ -7,6 +7,10 @@
|
|||
#include "qp.h"
|
||||
#include "lvgl.h"
|
||||
|
||||
#ifndef QP_LVGL_TASK_PERIOD
|
||||
# define QP_LVGL_TASK_PERIOD 5
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
// Quantum Painter - LVGL External API
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue