InfiniTimeOrg / InfiniTime

Firmware for Pinetime smartwatch written in C++ and based on FreeRTOS
GNU General Public License v3.0
2.68k stars 916 forks source link

lvgl: Use InfiniTime fork of LVGL #1591

Closed Riksu9000 closed 1 year ago

Riksu9000 commented 1 year ago

This is an updated fork of lvgl 7.11 including the patches by joaquim.

github-actions[bot] commented 1 year ago
Build size and comparison to main: Section Size Difference
text 406440B 144B
data 940B 0B
bss 53560B 0B
JF002 commented 1 year ago

What is the starting point of this branch? Did you create it from a specific tag? I noticed that the last commit on tag 7.11.0 from LVGL dates from june 2021, while the last commit in the InfiniTimeOrg branch is from 2 weeks ago.

Riksu9000 commented 1 year ago

LVGL is still maintaining v7 in the release/v7 branch. This branch is based on that.

JF002 commented 1 year ago

Do you think it's a good idea to use a non-tagged version of the lib?

Riksu9000 commented 1 year ago

All of the commits since the last tag are fixing issues, so I think using it is fine. I'm not sure they're going to make releases anymore.

JF002 commented 1 year ago

Ok, great you've already checked everything :+1: