Attila Kiss
Attila Kiss
Interesting scenario for sure. So far I have not came across GUIs which strictly support this, as the user will quickly learn how much to scroll in order to get...
Yes, this is true. RAM can be updated much faster than flushing it to the display. You can actually observe it in some laggy cases, where video memory is properly...
Added alpha version. Need discussion with NXP engineers for further development
I personally never liked ascii art inside a source file, but sure thing, will do!
Closed due to release
Is this still relevant? If not, can you please close the issue?
Hi, if you are using custom malloc, then you have to implement and pass the handle inside LVGL, otherwise the lib will never know which function to call.
is a predefined header, not an LVGL header. Which function relies on it?
Which board are you using? If this is not LVGL related, can you please close the issue as resolved? Thx in advance
I think you need 2 different labels for 2 different fonts, as you can only have 1 text inside 1 label [Fonts](https://docs.lvgl.io/master/overview/font.html) You can use multiple fonts, and display only...