分离LVGL task到新文件

This commit is contained in:
不吃油炸鸡
2026-02-02 10:49:17 +08:00
parent 508718358a
commit 787cdbd2d5
9 changed files with 23601 additions and 23552 deletions

View File

@@ -0,0 +1,16 @@
#ifndef __USER_LVGLTASK_H__
#define __USER_LVGLTASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void LvHandlerTask(void *argument);
#ifdef __cplusplus
}
#endif
#endif