STM32H750VB_LCD/Core/Src/user_tasks.c
imi415 69329efb44
Added LVGL, added FatFS, added FreeRTOS
Added LVGL source code, fixed 24bit image, added test image, added
FatFs, disabled Unicode support for FatFs(bug).
2021-01-30 23:33:04 +08:00

7 lines
111 B
C

#include "user_tasks.h"
void user_tasks_init(void) {
user_task_lvgl_init();
user_task_hello_init();
}