becseya
becseya
Fixing broken links of: - [https://github.com/lvgl/lvgl/issues/new/choose](https://github.com/lvgl/lvgl/issues/new/choose) CODING_STYLE.md -> `Open` button goes to old file - [https://docs.lvgl.io/master/integration/bindings/micropython.html#lvgl-c-api-coding-conventions](https://docs.lvgl.io/master/integration/bindings/micropython.html#lvgl-c-api-coding-conventions) CODING_STYLE goes to `404 Not found`
### Problem to solve As seen in #6207, some links can become outdated in the docs / repo over time. The goal is to detect and report them automatically. ###...
Add display driver to support Renesas GLCDC peripheral.
This PR introduces the following changes: - Introduces the `LV_FS_DEFAULT_DRIVE_LETTER` configuration, which allows skipping the drive letter form file paths - Add a detailed example on how to use the...
This PR introduces a workflow which automatically updates the submodule pointer in selected parent repositories of LVGL. Setup guide and more info can be found in the `.md` file.
This PR updates package dependencies so the library can be built with Node 20. Testing in the pipeline was removed for node 14.