Files
Power-Pico/Power_Pico/User/Tasks/Inc/user_LVGLTask.h
2026-02-02 10:49:17 +08:00

17 lines
172 B
C

#ifndef __USER_LVGLTASK_H__
#define __USER_LVGLTASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void LvHandlerTask(void *argument);
#ifdef __cplusplus
}
#endif
#endif