fix(codespace): use lv_conf.defaults to generate lv_conf.h (#7075)

This commit is contained in:
Gabor Kiss-Vamosi
2024-10-15 15:24:33 +02:00
committed by GitHub
parent 09d9c575b6
commit 58243733d8
6 changed files with 76 additions and 976 deletions
+2 -1
View File
@@ -9,10 +9,11 @@ mkdir vscode
cd lvgl/.devcontainer
cp __CMakeLists.txt__ ../../CMakeLists.txt
cp __lv_conf.h__ ../../lv_conf.h
cp __main.c__ ../../main.c
cp __build_all.sh__ ../../build_all.sh
cp __c_cpp_properties.json__ ../../.vscode/c_cpp_properties.json
cp __settings.json__ ../../.vscode/settings.json
touch ../../lv_conf.h
../scripts/generate_lv_conf.py --template ../lv_conf_template.h --config ../../lv_conf.h
chmod +x ../../build_all.sh