Searched refs:lvgl_config_path (Results 1 – 1 of 1) sorted by relevance
26 def run(output_path, lvgl_config_path, output_to_stdout, target_header, filter_private, no_docstrin… argument44 if lvgl_config_path is None:45 lvgl_config_path = os.path.join(lvgl_path, 'lv_conf_template.h')47 with open(lvgl_config_path, 'rb') as f:84 src = lvgl_config_path