git clone https://github.com/lvgl/lvgl -b release/v7
git clone https://github.com/lvgl/lv_examples -b release/v7
git clone https://github.com/lvgl/lv_sim_visual_studio_sdl
git clone https://github.com/lvgl/lv_binding_micropython -b dev-7.0
git clone https://github.com/lvgl/lv_sim_eclipse_sdl -b dev-7.0
git clone https://github.com/lvgl/lv_drivers -b dev-7.0
最近编辑记录 lvgl (2020-05-28 11:09:37)
离线
git clone https://github.com/lvgl/lv_sim_visual_studio_sdl/ --recursive
.gitsubmodule
[submodule "visual_studio_2017_sdl/lvgl"]
path = visual_studio_2017_sdl/lvgl
url = https://github.com/lvgl/lvgl.git
branch = release/v7
[submodule "visual_studio_2017_sdl/lv_examples"]
path = visual_studio_2017_sdl/lv_examples
url = https://github.com/lvgl/lv_examples.git
branch = release/v7
[submodule "visual_studio_2017_sdl/lv_drivers"]
path = visual_studio_2017_sdl/lv_drivers
url = https://github.com/lvgl/lv_drivers.git
branch = dev-7.0
git submodule update --remote
离线