lvgl-micropython / lvgl_micropython

LVGL module for MicroPython
MIT License
79 stars 25 forks source link

LV_ASSERT_STYLE failing during initialisation of default theme #114

Closed TimJTi closed 2 months ago

TimJTi commented 2 months ago

I enabled logging for other reasons and that allowed LV_ASSERT_STYLE errors to be visible to me, and, with the addition of a little bit of code to aid tracing, I am seeing that every call to lv_style_set_prop is "failing" during the initialisation of styles of the default theme (line 289 of lv_style.c).

This is a NuttX based custom application which is otherwise working OK.

Is this behaviour expected?

TimJTi commented 2 months ago

wrong repo - sorry!