Skip to content

lvgl 9.2.1 breaks develop branch #208

Closed
@twiesenthal

Description

@twiesenthal

Hi,

i'm fairly new to esp32 programming and using esp32-smartdisplay in general, so i don't feel confident enough to provide a fox for this in a merge request.
But i would like to let you know that with the merge from this issue, which was included in lvgl 9.2.1 yesterday, the develop branch is currently broken

sw_rotate was removed which results in build time errors like this.

esp32_smartdisplay/src/esp32_smartdisplay.c:197:15: error: 
'lv_display_t' {aka 'struct lv_display_t'} has no member named 'sw_rotate'

The simple solution is of course to pin the lvgl version to 9.2.0 in library.json, but that does not seem sustainable to me. Maybe someone more confident with the code can fix the root cause of the error.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions