RE UPLOADED BY ALEXPLAYSVR FROM 9623 WARP DRIVE ROBOTICS NOT PROPERTY OF WARP DRIVE ALL CREDIT GOES TO Littlevgl
LittlevGL is a free and open-source graphics library providing everything you need to create an embedded GUI with easy-to-use graphical elements, beautiful visual effects and a low memory footprint.
Website: https://littlevgl.com/
Main repository: https://github.com/littlevgl/lvgl
The documentation is available in:
- HTML format: https://9623-warp-drive.github.io/LVGL-5.3-Documentation/
- PDF format: https://github.com/9623-Warp-Drive/LVGL-5.3-Documentation/blob/main/pdf/LittlevGL_documentation_English.pdf
The documentation is written in Markdown. There are many converter tools available to generate HTML or PDF from Markdown files.
To generate the HTML and PDF files we used gwtc and ./build.sh
in the root folder.
Contributing is very welcome in this repository!
You can translate the existing documentation. Just copy the md
files from the root folder to locale/code/
where code
is the abbreviation code of the language. For example de
for German ans fr
for Franch. See the full list here.
You don't need to translate all the pages. Even one or two pages are welcome!
To push back your updates please create Pull request.
If you find some missing information, typo or unclear parts, please add you fixes in a Pull request.