Liam Howatt

Results 303 comments of Liam Howatt

Could you please go into a bit more detail about what exactly `lv_set_parent_custom` would do? Does it prevent `lv_free` from being called on it? What would the `parent` parameter be...

Yeah, could you write a draw driver that serializes the draw descriptors and coords and the host's LVGL deserializes the commands and calls `lv_draw_(rect|label|image|etc)`. Serialized images could be an exception...

So there would be some rules that would decide where in "`seasaw`" the word is allowed to be broken? The user would still call `label_set_text("seasaw")`, but it could be displayed...

In touch with a partner who may have a strong case to move the chip reset responsibility out of LVGL, similar to the ft8xx framebuffer driver. Awaiting their testimony.

I responded and addressed the remainder of [this review](https://github.com/lvgl/lvgl/pull/8211#pullrequestreview-2906057700) @uLipe

Please refuse or accept my suggestion and I will approve https://github.com/lvgl/lvgl/pull/7244#discussion_r1846139721

I understand your proposal. What you propose is actually how it was initially, but there was a good case made [here](https://github.com/lvgl/lvgl/pull/6691#pullrequestreview-2244124443) to reduce the number of "modes" it can be...

After reviewing the logic that had existed when "no OS + interrupt" was possible, I see that it was pointless. It just spun in the dispatcher instead of the dma2d...

It could definitely work. I've used this pattern before. My hesitation is that this will only benefit bare metal users and slightly negatively impact OS users and add complexity. If...

@AndreCostaaa regarding `LV_LOG_USER`, they are mainly continuing the pattern used in other LVGL NuttX files. Not sure what's best.