Error with lv_bindings/lvgl/src/lv_misc/lv_printf.c

Hi @amirgon,

I did the second step as you suggested to me. I followed this link to use LittlevGL in C:

I used STM32CubeMX to configurate the board (STM32L4R9I) and Keil C uVision to program it.

However, as I built the project, I met this errors:

I was a bit confused. For example, in the file lv_conf.h, I set LV_COLOR_DEPTH as suggested number but the error in this file still appeared.

So @amirgon and @embeddedt, how may I address this issue?