diff --git a/scrips/lv_conf_checker.py b/scrips/lv_conf_checker.py index fa062016a8..04fcb9f729 100644 --- a/scrips/lv_conf_checker.py +++ b/scrips/lv_conf_checker.py @@ -5,7 +5,7 @@ Generates a chechker file for lv_conf.h from lv_conf_templ.h define all the not import re -fin = open("../src/lv_conf_templ.h", "r"); +fin = open("../templates/lv_conf_templ.h", "r"); fout = open("../src/lv_conf_checker.h", "w"); diff --git a/src/lv_conf_templ.h b/templates/lv_conf_templ.h similarity index 100% rename from src/lv_conf_templ.h rename to templates/lv_conf_templ.h diff --git a/src/lv_porting/lv_port_disp_templ.c b/templates/lv_disp_template.c similarity index 100% rename from src/lv_porting/lv_port_disp_templ.c rename to templates/lv_disp_template.c diff --git a/src/lv_porting/lv_port_disp_templ.h b/templates/lv_disp_template.h similarity index 100% rename from src/lv_porting/lv_port_disp_templ.h rename to templates/lv_disp_template.h diff --git a/src/lv_porting/lv_port_fs_templ.c b/templates/lv_fs_template.c similarity index 100% rename from src/lv_porting/lv_port_fs_templ.c rename to templates/lv_fs_template.c diff --git a/src/lv_porting/lv_port_fs_templ.h b/templates/lv_fs_template.h similarity index 100% rename from src/lv_porting/lv_port_fs_templ.h rename to templates/lv_fs_template.h diff --git a/src/lv_porting/lv_port_indev_templ.c b/templates/lv_indev_template.c similarity index 100% rename from src/lv_porting/lv_port_indev_templ.c rename to templates/lv_indev_template.c diff --git a/src/lv_porting/lv_port_indev_templ.h b/templates/lv_indev_template.h similarity index 100% rename from src/lv_porting/lv_port_indev_templ.h rename to templates/lv_indev_template.h