krembed
krembed
- integrate gstreamer for linux - is something like the `gaussian blur` still on the list? I saw it on the list for 9.3 so maybe for 9.4?
Shouldn't `LV_EVENT_REFR_EXT_DRAW_SIZE` be used on the line and not the container?
What happens when instead of using negative values directly you move the line with `lv_obj_set_pos(line1,....)`? I can't really test it myself right now I apologize.
Has it worked differently before? Isn't this just native behavior? The line points are relative to the lines local coordinate system, when you create it inside a parent then the...
I'll get to it soon, quick question before that though. It's fine for that func to return the percentage relative to the total system, right? I would probably have to...
This feature isn't implemented yet. My PR is still open in https://github.com/lvgl/lvgl/pull/8340 which is different from https://github.com/lvgl/lvgl/pull/7632 👍
As far as I understand, I'm getting `use of assignment suppression and length modifier together in gnu_scanf format [-Wformat=]` because the length modifier becomes meaningless since I'm just skipping those...
I appreciate the feedback. I'll get to it tonight 👍 Thanks krembed
Sorry, I had to edit this comment. I thought it would be good to display both values, as it would be useful to see considering you can have several things...
I've added a check for `LV_OS_PTHREAD` inside `lv_conf_internal` and a flag as I think the flag makes it more readable. I have added a few guards inside `lv_sysmon.c`, I'm not...