-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: enhancementProposed improvementProposed improvement
Description
Issue #27 describes the squarelinestudio_lvgl_v8.ino sketch not compiling with latest libraries due to (current) lack of LVGLv9 support.
However, it should be noted that SquareLine Studio have stated they do plan to provide LVGL 9.x support:
https://forum.squareline.io/t/q-plans-timeline-for-lvgl-9-observer-support/2782/2
Therefore:
- squarelinestudio_lvgl_v8.ino will remain in the library as is and is labelled as having LVGLv8 support only both from the filename and the compiler directives
Arduino_GigaDisplay/examples/lvgl/squarelinestudio_lvgl_v8/squarelinestudio_lvgl_v8.ino
Lines 32 to 34 in de47486
#if (LVGL_VERSION_MAJOR >= 9) #error "SquareLine Studio has ended its collaboration with LVGL. It only supports LVGL version 8 and earlier." #endif - When/if LVGLv9 support is provided by SquareLine (ETA is April), then the example can be modified as needed and this issue is closed.
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedtopic: documentationRelated to documentation for the projectRelated to documentation for the projecttype: enhancementProposed improvementProposed improvement