Liam Howatt

Results 238 comments of Liam Howatt

Yes! I reproduced the problem. Sysmon expects a display to exist as long as `lv_deinit` hasn't been called, so if all the displays have been deleted then sysmon will encounter...

I appreciate your input. Do you have any thoughts about what kind of workaround would be good?

Tested just now on Windows. I can confirm the crash does not happen anymore with the sysmon changes for the trivial case. However, when I create and delete 1M timers...

So it's an instance of `lv_mutex_t` that's shared by both the internals and the user? It would be use the mutex implementation from `LV_USE_OS`? It would live in the global,...

All sounds good! I will open a PR after the API retirement.

Hey, CMake Presets is how I tried using LVGL for the very first time and I did not have a positive experience. I don't really understand what someone can do...

Hey, looks like the merge you did worked out ok? I lost sight of this PR when I changed the `tests/CMakeLists.txt` in this PR: https://github.com/lvgl/lvgl/pull/6264/files#diff-4461c617ceae0c7e0206622aacdf555aedd62eb129c2efb74c84fa1567bcbe0d Let me know if you're...

Please respond to this thread. Thanks. > Oh, sorry, I've missed something.

It's because `LV_USE_FREETYPE` and `LV_USE_THORVG` aren't defined (if not already) until lower down in `lv_conf_internal.h`. How come this PR has these stack size changes? It makes sense but is it...