Liam Howatt

Results 238 comments of Liam Howatt

Sorry, I should've been more clear on the way to fix it. I don't think you should remove `OPTIONS_VG_LITE` from the build list. That should stay. I pushed a commit...

This is great. One of us will fix the problem with #6068. I will do it unless the problem is obvious to you or you want to.

Ah, I didn't know about that context. I see.

Lottie file loading uses stdio.h file functions. It doesn't use LVGL FS layer. Is that corret kisvegabor? I believe for loading Lottie files, the platform needs to support those stdio.h...

Ah, okay. Currently you cannot load Lotties from files with FATFS. Lottie files are not loaded through the LVGL filesystem abstraction so they cannot leverage anything in fsdrv. Lottie files...

It's important to note that lottie and rlottie are two different widgets in LVGL.

Just thinking about how this could be done. I don't think this is the best way but this somewhat works: In this case the obj edges were already visible. But...

Can you try ``` git merge --abort git checkout patch-1 git fetch origin git merge origin/master ``` Search for files with "

The problem was that `obj.rst` got moved to a different directory in `master`. This is a pretty hard type merge conflict to fix. It won't usually be this hard. I...

I didn't apply any suggested feedback. I just rebased your changes. I left it up to you to interpret the feedback.