Set remaining default periods to LV_DISP_DEF_REFR_PERIOD
This commit is contained in:
parent
97c761a5c7
commit
331fc2be69
6 changed files with 6 additions and 6 deletions
|
|
@ -74,7 +74,7 @@ Timer::Timer(DisplayApp* app, Controllers::TimerController& timerController)
|
|||
createButtons();
|
||||
}
|
||||
|
||||
taskRefresh = lv_task_create(RefreshTaskCallback, 20, LV_TASK_PRIO_MID, this);
|
||||
taskRefresh = lv_task_create(RefreshTaskCallback, LV_DISP_DEF_REFR_PERIOD, LV_TASK_PRIO_MID, this);
|
||||
}
|
||||
|
||||
Timer::~Timer() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue