lvgl-micropython / lvgl_micropython

LVGL module for MicroPython
MIT License
86 stars 27 forks source link

LV debug from build #177

Closed dcmcshan closed 1 week ago

dcmcshan commented 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
kdschlosser commented 1 week ago

not from the command line. You can edit lib/lv_conf.h to turn it on and off.

dcmcshan commented 1 week ago

fair enough