Liam Howatt

Results 102 comments of Liam Howatt

Thank you! I went through the same thought process. For consistency it would make sense for the functions to operate on the active display, but the screen being passed belongs...

Thanks for the info. @nicusorcitu FYI. Any thoughts about this?

Hi, what version are you using (v8, v9, etc.)? When I try your to rotate a binary image it doesn't appear correctly, so that's definitely a concern. However I do...

Ah, so it's not supported for now. Good find. I think some undefined behavior is reasonable when you try to transform it, then. I could not reproduce the `lv_img_set_angle(img_test_1, 434)`...

Thanks for the tip @trivij! @jeremyvirtue, which font were you seeing the issues with? cc @BlynkGo (they participate here sometimes) Regarding BlynkGO, I tried this: https://github.com/BlynkGO/BlynkGO_font/blob/master/Eng-Thai/ThaiSansNeue/ThaiSansNeue_Bold_25.c and it looks correct...

I didn't use BlynkGO OS. Please read my comment again :slightly_smiling_face: > I simply downloaded the C file, added it to my build files, and made this change

I agree. I'll add `strlcpy` and use it in most places `strncpy` is.

Updated. So it looks like the `strlcpy` is a BSD thing. You need libbsd installed. So I just implemented the clib one in terms of `strlen` and `memcpy` so people...

That CI was run before this got merged.

Hi. Are you able to draw the line segments without a mask? i.e. start the lines from where the inner mask's edge would be and end the lines where the...