Various fix for gc module (#2102)
* fix(gc): remove the unused variables from gc * fix(gc): correct typo(from _lv_img_defoder_ll to _lv_img_decoder_ll) * fix(gc): change _lv_drv_ll to _lv_fsdrv_ll since only instances fo lv_fs_drv_t can be added to this list * fix(gc): Iterate the root variables only when they are really used to save the memory space * fix(image cache): move cache_temp to gc.h and rename it to _lv_img_cache_single
This commit is contained in:
Reference in New Issue
Block a user