Liam Howatt

Results 102 comments of Liam Howatt

Ah, I didn't realize that's what you meant. Yes, that works.

Please see https://github.com/lvgl/lvgl/issues/6076#issuecomment-2060066717. The same applies for FATFS.

Thanks @brandon-kim! I see that ff.h is an [Arduino header](https://github.com/stm32duino/FatFs/blob/main/src/ff.h). Are there many people like you and @mgaman who are using a different version of that header which defines `DIR`...

I sampled some projects that modify the ff.h from the ChaN project. I see that ESP IDF changed `DIR` to `FF_DIR` and MbedOS changed `DIR` to `FATFS_DIR`. I assume because...

Hey, This example uses `lv_scale` as a chart axis. You should be able to achieve all of the same effects `lv_scale`. Let me know if you need any clarification or...

Perhaps we can bring those functions back. It must have been changed for a reason though. [This](https://github.com/lvgl/lvgl/commit/6163437afd4502a5ecf9940c805a06cc3f161f86) is the commit that removed those functions and [here](https://github.com/lvgl/lvgl/commits/master/?after=7e7590a0a3da66fc2ab665cc1bb8786c2e71ed1c+1030) are all the other...

Test added. I also made rollers emit value changed events for key presses https://github.com/lvgl/lvgl/issues/6008#issuecomment-2057615232 and improved the example so the sliders and rollers sync with each other.

Thanks for linking that v7 fix. That info helped me figure it out. There was a similar issue created this week but for v8.3 #6066. That fix you linked works...

Would the inline text system support `"normal, ."`? Or is nesting spans out of scope? I'm not actually sure how overlaying styles would work, exactly. But it that example would...