The LVGL Repository

All repositories of the LVGL project are hosted on GitHub.

Edit on GitHub

Repository layout

All repositories of the LVGL project are hosted on GitHub.

You will find these repositories at the following locations:

Release policy

The core repositories follow the rules of Semantic Versioning:

  • Major version: incompatible API changes. E.g. v5.0.0, v6.0.0
  • Minor version: new but backward-compatible functionalities. E.g. v6.1.0, v6.2.0
  • Patch version: backward-compatible bug fixes. E.g. v6.1.1, v6.1.2

Tags like vX.Y.Z are created for every release.

Release cycle

  • Bug fixes: released on demand even weekly
  • Minor releases: every 3-4 months
  • Major releases: approximately yearly

Branches

The core repositories have at least the following branches:

  • master: latest version, patches are merged directly here
  • release/vX.Y: stable versions of the minor releases

Change log

The changes are recorded in Change Log.

Version support

Before v8 the last minor release of each major series was supported for 1 year. Starting from v8, every minor release is supported for 1 year.

VersionRelease dateSupport endActive
v5.31 Feb, 20191 Feb, 2020No
v6.126 Nov, 201926 Nov, 2020No
v7.1116 Mar, 202116 Mar, 2022No
v8.01 Jun, 20211 Jun, 2022No
v8.110 Nov, 202110 Nov, 2022No
v8.231 Jan, 202231 Jan, 2023No
v8.36 July, 20221 Jan, 2025No
v8.419 Mar, 202420 Mar, 2025No
v9.022 Jan, 202422 Jan, 2025No
v9.120 Mar, 202420 Mar, 2025No
v9.226 Aug, 202426 Aug, 2025No
v9.33 June, 20253 June, 2026Yes
v9.416 Oct, 202516 Oct, 2026Yes
v9.518 Feb, 202618 Feb, 2027Yes

How is this guide?

Last updated on

On this page