Closed dcmcshan closed 1 week ago
Is there a way to enable LVGL debug from the build command? In lv_conf.h, we want to set:
#define LV_USE_LOG 1 #define LV_LOG_LEVEL LV_LOG_LEVEL_DEBUG
not from the command line. You can edit lib/lv_conf.h to turn it on and off.
lib/lv_conf.h
fair enough
Is there a way to enable LVGL debug from the build command? In lv_conf.h, we want to set: