Seeed-Studio / Seeed_Arduino_RoundDisplay

An Arduino graphics library based on LVGL, specifically designed for Round Display for XIAO
MIT License
24 stars 4 forks source link

LVGL Library #4

Closed Seahorde closed 6 months ago

Seahorde commented 9 months ago

When building against the latest LVGL 9.0 on Platform.IO in VS Studio CodeI have lots of build errors.

In order to build the demo project, the older 8.xx LVGL library needs to be used.

Seahorde commented 9 months ago

Building against LVGL 8.3.9,8.3.8

I see errors:

region RAM overflowed with stack, region `RAM' overflowed by 27284 bytes
collect2: error: ld returned 1 exit status
skitzo2000 commented 9 months ago

I experienced similar issues on a fresh install of the Arduino IDE and LVGL library, switching back to an 8.3.x version fixed the problem for me as well.

Maxwelltoo commented 6 months ago

Already supports both LVGL 8.x and 9.x