- 
                Notifications
    You must be signed in to change notification settings 
- Fork 6
Update Squareline Studio example to LVGL 9.1 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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