2025-02-27 17:59:18 +08:00

7 lines
122 B
C
Executable File

#ifndef __IMG_UTILITY_H
#define __IMG_UTILITY_H
s32 img_jpg_load_from_sd(char *filename, lv_img_dsc_t *img_dst);
#endif