Announce LVGL LLC and v7

Hi folks,

A lot of exciting things have happened in the past couple of months around LVGL. We have released v7, renamed LittlevGL to LVGL, established a company for the library, created a new website and started services. You might have already noticed some of them, for example, the forum is already running at https://forum.lvgl.io. I’m very excited to announce all the news and tell you about them in more detail.

Table of content

LittlevGL is now LVGL

We found the name “LittlevGL” too long and meaningless so we simplified it to “LVGL” which means “Light and Versatile Graphics Library”. The name of the organization on GitHub is also changed to LVGL. Fortunately, GitHub makes a great work in managing renaming and redirect all the queries to the new name. So all the earlies cloned repos keep working.

New website

We have created a new website at https://lvgl.io. On this site, you can subscribe to newsletters to be sure you won’t miss any news. Don’t panic we won’t send more than 1-2 mail/month :slight_smile:

All the related sites are also redirected to the lvgl.io main domain:

Establishing LVGL LLC

It was so good to see that how the user base of LVGL grows. Now LVGL has almost 100 contributors, more than 3,500 stars, and it’s downloaded every 5 minutes from GitHub. As time passed LVGL was integrated into ESP-IDF, MCUXpresso, NuttX RTOS, Zephyr OS, and AliOS. This is amazing!

To provide solid background for this growing interest in LVGL we have decided to establish a company. Basically, everything will remain the same, e.g. LVGL will be available under MIT license as before. The company allows us to run LVGL in a more reliable way and makes it easier to get partners and provide professional services.
And the company is called - you’d never guess it - LVGL LLC. :slight_smile:

Services

With LVGL LLC we started some services:

  • Graphics design
  • UI implementation
  • Prototyping
  • Widget development
  • Dedicated support

To learn more visit https://lvgl.io/services and don’t hesitate to contact us if you have any questions.

Roadmap

Besides services we have lot of plans and created a Roadmap to share it with you. We started to develop a Drag and drop UI editor, a toolbox with advanced image, font, and audio converter, and we will create custom hardware modules too.

See the roadmap at lvgl.io/about

Contributors License Agreement

As a company, we need to face a lot of new challenges. One of them is the more complicated legal stuff… LVGL can’t be so successful without you, the tireless contributors. However, we need to be sure that all the contributors are aware of the legal part of their contribution. It’s nothing more than what is already stated in the MIT license but accepting it in a more explicit form might help to clarify any possible issues in the future.

So similarly to some other projects (e.g. ESP-IDF) we also integrated a tool (provided by SAP) into all repositories of LVGL which automatically comments on pull requests if a related contributor hasn’t signed the agreement yet. The agreement is based on SAP’s CLA, only the company’s name has changed.
It’s super easy to sign it, you just need to click on an “I agree” button (it’s connected to your GitHub account).

v7 is released

On 18 May a new major version has been released and it brought a bunch of improvements. The release’s official announcement was delayed a little to allow as to quickly fix some initial issues.

The most important upgrades are

Besides some widgets and enums were renamed or reworked. See the full Release note for more details.

Today (01.06.2020) v7.0.1 is also released where (hopefully) most of the initial bug are fixed.

New release policy

We’ve improved LVGL’s versioning policy a little. In the future, you will find branches for every major release such as release/v6 and release/v7. They contain the last released versions from that major version. It makes possible to support the older versions without bothering the newer ones.

The most recent version of LVGL is available in the master branch. Features and fixes are continuously merged into master and there are bugfix or minor releases every two weeks.

From now a CHANGLELOG.md is maintained to easily keep track of the changes.

Join the development!

To make the development of LVGL more transparent, and to make contribution easier we will create issues for every planned feature labeled with Help wanted. If you find a feature interesting and you have some thought to share feel free to comment on that issue!

Some of these issues are also labeld as Good first issue. If you are new to LVGL and have some spare time to spend with programming, these issues are the best place to get your feet wet.

Summary

We hope that you will like the new things!
As always we are looking forward to hearing your feedback!

10 Likes

Congratulation! @kisvegabor nice to see that finally, you start professional services with LVGL LLC.
Also the new name and means is match with the performance of the library.

Kudos to you and all the contributors!