lv_binding_micropython icon indicating copy to clipboard operation
lv_binding_micropython copied to clipboard

Error enabling system monitor component

Open Octopus1633 opened this issue 1 year ago • 0 comments

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? image

/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,

Octopus1633 avatar Dec 28 '24 08:12 Octopus1633