summaryrefslogtreecommitdiff
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-05lv_drv_conf: Enable USE_BSD_EVDEV optionVijay Kumar Banerjee
2020-06-05lvgl: Get lv_drivers source list directly from the directoryVijay Kumar Banerjee
2020-06-05update lv_driversVijay Kumar Banerjee
2020-06-05update lvgl and lv_drivers submodule urlVijay 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-25Update lv_driversVijay Kumar Banerjee
2020-03-25Add READMEVijay Kumar Banerjee
2020-03-20Update to lvgl v6.1.2Christian Mauderer
2020-03-20waf: Enable optimization and debug symbols.Christian Mauderer
2020-03-20waf: Remove unnecessary code.Christian Mauderer
2020-01-30lv_conf.h: Enable user data.Christian Mauderer
This is usefull for passing driver objects arround and it doesn't add too much overhad for drivers that don't need it. Therefore enabling it by default seems like the better choice.
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
2019-08-27Add conf headersVijay Kumar Banerjee
2019-08-24Initial commit: add the littleVGL and rtems_waf submodulesVijay Kumar Banerjee