6 lines
95 B
C
6 lines
95 B
C
#pragma once
|
|
|
|
void lvgl_task_start();
|
|
bool lvgl_task_is_running();
|
|
void lvgl_task_interrupt();
|