Update Squareline Studio example to LVGL 9.1#31
Conversation
|
When compiling the squarelinestudio_lvgl.ino sketch new I see that the following line is not changed between the previous version: @leonardocavagnis can you advise on this? |
|
Memory usage change @ d9d24d7
Click for full report table
Click for full report CSV |
a0f0608 to
17ab800
Compare
Co-authored-by: Leonardo Cavagnis <l.cavagnis@arduino.cc>
17ab800 to
bcabf18
Compare
|
Following recommendations from @leonardocavagnis , the example now works. The |
|
Memory usage change @ bcabf18
Click for full report table
Click for full report CSV |
|
When comparing compilation time (Intel Core i7-1360P @ 2.20 GHz, 32 GB RAM, Windows 10) between LVGL8.4 and LVGL9.1: LVGL9,1 is about 60% slower.
Between each run, the library cache was emptied by switching the board as described by @per1234 here. Could possibly be improved by arduino/arduino-cli#2625 Does not cause any breaking changes. So we can continue with the PR. |
leonardocavagnis
left a comment
There was a problem hiding this comment.
Everything looks good!
Thanks Ali for the help!
Co-authored-by: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com>
|
Memory usage change @ 1a90344
Click for full report table
Click for full report CSV |


As described in #29 , SquareLine Studio now:
library/UIfilesThis PR modifies the existing squarelinestudio_lvgl_v8.ino sketch, in line with the updates made to SquareLine Studio to undo regressions. 🌟
Closes #29