mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05:00
5 lines
100 B
C
5 lines
100 B
C
#include "images_handle.h"
|
|
const lv_img_dsc_t *find_image(const char *name)
|
|
{
|
|
return NULL;
|
|
} |