mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
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();
|