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.
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 tolv_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?