chore: fix build errors

This commit is contained in:
Gabor Kiss-Vamosi
2023-09-18 21:29:22 +02:00
parent f3cb2c5772
commit e657c74aca
13 changed files with 25 additions and 28 deletions

View File

@@ -219,8 +219,8 @@ void lv_init(void)
lv_png_init();
#endif
#if LV_USE_SJPG
lv_jpeg_init();
#if LV_USE_JPG
lv_jpg_init();
#endif
#if LV_USE_BMP