git clone --recursive https://github.com/lvgl/lv_port_pc_vscode Install SDL and build tools You can download SDL from https://www.libsdl.org/ Linux Copy this in the Terminal: sudo apt-get update && sudo apt-get install -y build-essential libsdl2-dev cmake Usage Visual Studio Code ...
flyingcys/lv_port_pc_vscode is licensed under the MIT License A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code. Permissions...
lv_port_pc_vscode / lv_conf.h lv_conf.h 30.94 KB 一键复制 编辑 原始数据 按行查看 历史 kisvegabor 提交于 10个月前 . udpate to v9 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667...
lv_port_pc_vscode_8.3 / lv_drv_conf.h15.09 KB 一键复制编辑原始数据按行查看历史 彼岸提交于12个月前.lvgl_8.3 /** * @file lv_drv_conf.h * Configuration file for v9.0.0-dev */ /* * COPY THIS FILE AS lv_drv_conf.h */
The project can use SDL but it can be easily replaced by any other built-in LVGL drivers.", "shortDescription": "VSCode-based project to run LVGL on PC.", "urlToClone": "https://github.com/lvgl/lv_port_pc_vscode", "logo": "https://raw.githubusercontent.com/lvgl/project-creator/...
git clone --recursive https://github.com/lvgl/lv_port_pc_vscode ``` ### Install SDL and build tools You can download SDL from https://www.libsdl.org/ ### Linux Copy below in the Terminal: ### Linux Copy below in the Terminal: For Ubuntu ```bash ```bash sudo apt-get ...
Watch 1 Star 0 Fork 0 alring/lv_port_pc_vscode 代码 Issues 0 Pull Requests 0 Wiki 统计 流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管 腾讯云 Serverless 悬镜安全 阿里云 SAE Codeblitz 我知道了,不再自动展开 ...
lv_port_pc_vscode / lv_conf.h lv_conf.h 30.94 KB 一键复制 编辑 原始数据 按行查看 历史 kisvegabor 提交于 11个月前 . udpate to v9 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667...
if(CMAKE_BUILD_TYPE STREQUAL "Debug") message(STATUS "Debug mode enabled") target_compile_options(lvgl PRIVATE -pedantic-errors -Wall @@ -161,36 +163,16 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug") -Wstrict-aliasing ) # Check if the compiler supports sanitizers (e.g., leak, address, ...
I've just updated the project to LVGL v9 and CMake. Now it uses LVGL's built-in SDL driver (we have built-in X11 driver too). However ,with CMake the Debugger is not working. I believe there are some issues with simulator.code-workspace but it's an unknown territory to me. @spri...