Closed
Description
As highlighted by @leonardocavagnis in #22:
Cannot port squarelinestudio_lvgl to v9 because SquareLine Studio is no longer compatible with LVGL. It works only with v8 and earlier.
The squarelinestudio_lvgl_v8.ino is no longer relevant and should be adapted/deleted since:
- It is not part of the examples we want our Users to interact with
- The code is not expected to compile (and is not included as part of the
compile-example.yml
workflow)Arduino_GigaDisplay/.github/workflows/compile-examples.yml
Lines 30 to 50 in de47486
Possible solutions
Option | Positive | Negative |
---|---|---|
Remove | Quick and easy fix, reduced future maintenance. No Zendesk tickets mentioning this specific example, so should have minimal affect on Users | Library functionality scope reduced |
Adapt | Retain compatibility with SquareLine Studio | Additional effort for a discontinued feature |