mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
remove unused lv_img_decoder_set_custom
This commit is contained in:
parent
322211b1ed
commit
e421e08c2f
@ -49,18 +49,6 @@ void lv_draw_img(const lv_area_t * coords, const lv_area_t * mask, const void *
|
||||
*/
|
||||
lv_img_src_t lv_img_src_get_type(const void * src);
|
||||
|
||||
/**
|
||||
* Set custom decoder functions. See the typdefs of the function typed above for more info about
|
||||
* them
|
||||
* @param info_fp info get function
|
||||
* @param open_fp open function
|
||||
* @param read_fp read line function
|
||||
* @param close_fp clode function
|
||||
*/
|
||||
void lv_img_decoder_set_custom(lv_img_decoder_info_f_t info_fp, lv_img_decoder_open_f_t open_fp,
|
||||
lv_img_decoder_read_line_f_t read_fp,
|
||||
lv_img_decoder_close_f_t close_fp);
|
||||
|
||||
/**
|
||||
* Get the color of an image's pixel
|
||||
* @param dsc an image descriptor
|
||||
|
Loading…
x
Reference in New Issue
Block a user