What version of LVGL is used with nRFConnect for VSC 2.7? Where can I find this information generally. It seems like the lvgl version is 8.3, but I don't know why I think that.
What version of LVGL is used with nRFConnect for VSC 2.7? Where can I find this information generally. It seems like the lvgl version is 8.3, but I don't know why I think that.
Hi,
We can backtrack the versions via. the west.yml file(s):
https://github.com/nrfconnect/sdk-nrf/blob/v2.7.0/west.yml#L66
Points to sdk-zephyr v3.6.99-ncs2:
https://github.com/nrfconnect/sdk-zephyr/blob/v3.6.99-ncs2-branch/west.yml#L277
Which points to lvgl commit #2b498e6f...:
https://github.com/zephyrproject-rtos/lvgl/commit/2b498e6f36d6b82ae1da12c8b7742e318624ecf5
The comments in that commit indicate v8.4 of lvgl.
Kind regards,
Håkon