mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-22 15:12:50 +08:00
fix(codespace): use lv_conf.defaults to generate lv_conf.h (#7075)
This commit is contained in:
committed by
GitHub
parent
09d9c575b6
commit
58243733d8
@@ -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
|
||||
Reference in New Issue
Block a user