summaryrefslogtreecommitdiff
path: root/lvgl.py (follow)
AgeCommit message (Collapse)Author
2020-07-10Allow to pass custom lv_conf.h and lv_drv_conf.h.HEADmasterChristian Mauderer
2020-07-09lvgl: Update to v7.1.0Christian Mauderer
2020-06-05lvgl: Get lv_drivers source list directly from the directoryVijay Kumar Banerjee
2020-04-02lvgl.py: Replace deprecated file by open.Christian Mauderer
In python file() is deprecated and doesn't work with python3. Replace it with an open() call.
2020-03-20waf: Enable optimization and debug symbols.Christian Mauderer
2020-03-20waf: Remove unnecessary code.Christian Mauderer
2019-11-05Allow to build without drivers.Christian Mauderer
This is for example usefull if you want to build without libbsd.
2019-09-02lvgl.py: install the lvgl headers in PREFIX following a similar tree to the ↵Vijay Kumar Banerjee
source tree This is required to be able to add the PREFIX path as the include path in an lvgl based app.
2019-08-30lvgl.py: fix include paths in buildVijay Kumar Banerjee
2019-08-29lvgl.py: Add waf builder for lvglVijay Kumar Banerjee
2019-08-29Add lvgl.pyVijay Kumar Banerjee
+Added support to parse source and cflags from .mk file