You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: