Liam Howatt

Results 240 comments of Liam Howatt

https://github.com/lvgl/lv_binding_micropython/pull/352 I opened a PR `lv_binding_micropython` which will then require a submodule update in `lv_micropython` https://github.com/lvgl/lv_micropython, and then the CI of this PR can be run again and it will...

Parts of #6733 were removed because they no longer apply after this PR. cc @XuNeo

Reminder to revert or keep this breaking change before v9.3: https://github.com/lvgl/lvgl/pull/7310#issuecomment-2623245065

Note to self and others to ensure this is fixed before v9.3: #7797 Edit: PR: #8107

I got it to work. With those commits and the latest LVGL master and the copied Kconfig, **I got the same error as kisvegabor**. It was because of the Kconfig...

The CI is failing in master after this was merged @kisvegabor

Fyi the CI is failing because `lv_value_precise_t` can be a float depending on the configuration and `%` cannot directly be used on floats. I don't know if this is the...

See the issue for context @kisvegabor https://github.com/lvgl/lvgl/issues/7822

I agree. Is this better?

Wow, that is much better. Thank you. I'm still stubborn about the lock in the user code before the timer loop. After the display is created, the Windows thread is...