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
离线
下载来试试看效果如何, 有VS的工程吗
离线
听说很炫,下载来试试看效果如何
离线
有空我也试试新版本。非常看好这个GUI。年轻时尚,有活力!
离线
新版本强大很多,试了官方的两个demo
离线
CodeBlocks一直模拟不成功。Eclipse可以 将就着用吧
离线
用vs2019可以直接打开,效果很棒,工程也很大
离线
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
STM32F103VCT6 驱动 430x320 一卡一卡的,正常吗
离线
https://github.com/lvgl/lv_sim_codeblocks_win/tree/dev-7.0
https://github.com/lvgl/lv_sim_codeblocks_win
官方的codeblocks代码
怎么都搞不过,通过的朋友出来指导一下。
||=== Build: Release in LittlevGL (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lSDL2main|
ld.exe||cannot find -lSDL2|
||error: ld returned 1 exit status|
||=== Build failed: 3 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|
离线
太棒了,牛,这个UI感觉很棒,东西还是很丰富的
离线
我已经将Lvgl7.01在MCU上移植成功了。7.01增加了很多功能,很好用。感谢作者的努力。
离线
我已经将Lvgl7.01在MCU上移植成功了。7.01增加了很多功能,很好用。感谢作者的努力。
什么MCU 那些资源
离线
有没有兄弟完成freertos + lvgl 7.0到f1c100s的?
离线
我有把他移植到esp32上,帧率可以做到33,效果很不错,棒棒哒
离线
官网我也是下载不了,为什么这样,貌似页面不存在
离线
今天下载了个 7.0 版,有 f1c200s 跑起来,感觉不错
离线
今天下载了个 7.0 版,有 f1c200s 跑起来,感觉不错
官网下载的吗
离线
官网下载,自已改一下
离线
官网下载,自已改一下
额,是电脑host设置问题,难怪老是进不了github,现在下载了littlevgl7.0,这编译是不是要链接动态库SDL2呢,我现在编译完成烧进去出现这个
主函数是这个
Makefile:
离线
这个更新的还挺快的,不过还是缺少一个ui设计器软件?
离线
这个一直想学,厉害
离线
但没有界面拖拽控件很蛋疼,希望官方赶紧出一个可视化IDE
离线
我有把他移植到esp32上,帧率可以做到33,效果很不错,棒棒哒
老哥有没有 效果的视频, 我也想用esp32来做
离线