我们可以从 LVGL 官方的在线文档中获取 LVGL 模拟器(https://docs.lvgl.io/master/index.html),点击【Integration and Drivers】选项,然后再点击【IDEs】选项,接着再点击【Simulator on PC】选项,然后再点击【Select an IDE】选项,然后再在文档中点击VSCode with SDL driver超链接。 在打开的 GitHub 链接...
CodeBlocks: Recommended on Windows VisualStudio with SDL driver: For Windows VSCode with SDL driver: Recommended on Linux and Mac PlatformIO with SDL driver: Recommended on Linux and Mac 那必然选在Linux上用VSCode,照着仓库readme文档直接开搞。 仓库地址:Simulator project for LVGL embedded GUI...
双击LVGL.Simulator.sln即可使用VisualStudio打开工程。 2.2 调试 在VisualStudio中选择x64,然后点击“本地Windows调试器”。这时,会自动对代码进行编译。 编译成功后,会自动打开界面,显示LVGL Simulator for Windows Desktop,界面如下: 3 移植 3.1、下载源代码 LVGL的源码存放于github,可通过git进行下载。具体操作如下:...
LVGL的源码我们可以直接在LVGL的官网上面找到VisualStudio with SDL driver: For Windows的链接,进入GitHub仓库。 仓库链接:https://github.com/lvgl/lv_sim_visual_studio_sdl 第一步:进入仓库后我们就直接点击Code下载第一个PC模拟器文件 第二步:进入LVGL.Simulator文件分别点击三个文件夹去里面下载对应的里面的源码...
在没有ESP32开发板的情况下,可以使用PC仿真,来学习LVGL。官方介绍可以使用Simulator的IDE有很多,我采用的是VSCODE+PlatformIO。PlatformIO是跨平台、跨架构、多框架的开发工具,由于我之前学习STM32时已经安装过PlatformIO插件,此处不再介绍,官方网址:A professional collaborative platform for embedded development · Platform...
6、app/LVGL.Simulator.cpp 该文件拷自lv_port_win_visual_studio,版本为:v7.11.0 /** PROJECT: LVGL ported to Windows Desktop* FILE: LVGL.Windows.Desktop.cpp* PURPOSE: Implementation for LVGL ported to Windows Desktop** LICENSE: The MIT License** DEVELOPER: Mouri_Naruto (Mouri_Naruto AT Outloo...
双击LVGL.Simulator.sln即可使用VisualStudio打开工程。 2.2 调试 在VisualStudio中选择x64,然后点击“本地Windows调试器”。这时,会自动对代码进行编译。 编译成功后,会自动打开界面,显示LVGL Simulator for Windows Desktop,界面如下: 3 移植 3.1、下载源代码 ...
GR5526 LVGL Simulator将作为GR5526 SDK的一个外挂组件来工作,对原始SDK几乎没有侵入性修改。 Windows (x86, x64) Linux (x86, x64) 为了与SoC兼容性最佳,该模拟器将永远以32位构建。 软件要求 GR5526 SDK>= 1.0.2 CMake>= 3.15 Visual Studio2019 or later (在Windows上使用Visual Studio构建时必须) ...
A tree structure is adopted for the project, and each sub-item is a page. The current optimal solution is to use LVGLSimulator as a member of the Page class, but the memory will increase and the slot function needs to be rewritten. ...
pc_simulator_win_codeblocks PC simulator project for LittlevGL embedded GUI Library for Windows in Codeblocks This requires the MinGW version ofCode::blocks 20.03 or newerto be installed. How to use this: Tutorial for Windows Download and installGit ...