lv_binding_micropython
lv_binding_micropython copied to clipboard
Error enabling system monitor component
Hello,I enabled the system monitor component in lv_conf.h and I re-ran gen.p, but the compilation fails. What could be wrong?
/home/octopus/lv_micropython/ports/rp2/build-RPI_PICO/lv_mp.c:21233:22: error: 'lv_sysmon_class' undeclared here (not in a function); did you mean 'lv_sysmon_create'?
21233 | .lv_obj_class = &lv_sysmon_class,