lv_xml_load.h¶
Functions
-
lv_result_t lv_xml_load_all_from_path(const char *path)¶
Recurse into a directory, loading all XML components, screens, globals, and translations.
- Parameters:
path – the path to a directory to load files from
- Returns:
LV_RESULT_OK
if there were no issues orLV_RESULT_INVALID
otherwise.