7 lines
122 B
C
Raw Permalink Normal View History

2025-02-27 17:59:18 +08:00
#ifndef __IMG_UTILITY_H
#define __IMG_UTILITY_H
s32 img_jpg_load_from_sd(char *filename, lv_img_dsc_t *img_dst);
#endif