color_int_t reanme to lv_color_int_t

This commit is contained in:
Gabor Kiss-Vamosi
2017-12-01 19:40:12 +01:00
parent 47f2e0a8f7
commit cabf623e11
8 changed files with 13 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ lv_obj_t * lv_img_create(lv_obj_t * par, lv_obj_t * copy)
* @param data pointer to a color map with lv_img_raw_header_t header
* @return result of the file operation. FS_RES_OK or any error from lv_fs_res_t
*/
lv_fs_res_t lv_img_create_file(const char * fn, const color_int_t * data)
lv_fs_res_t lv_img_create_file(const char * fn, const lv_color_int_t * data)
{
const lv_img_raw_header_t * raw_p = (lv_img_raw_header_t *) data;
lv_fs_res_t res;