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 fromhttps://www.libsdl.org/ Linux Copy below in the Terminal: For Ubuntu sudo apt-get update&&sudo apt-get install -y build-essential libsdl2-dev cmake ...
* @file lv_conf.h * Configuration file for v9.1.0 */ /* * Copy this file as `lv_conf.h` * 1. simply next to the `lvgl` folder * 2. or any other places and * - define `LV_CONF_INCLUDE_SIMPLE` * - add the path as include path */ /* clang-format off *...
align lv_conf.h with Eclipse sim versionenable more demosmusic demo is functionalrefactor static variables from hal_init()add support for mouse wheeladd keyboard supportuse examples project at v7.11.0port to v7.11.0fix LV_BUILD_TEST compilation warnings...
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 ...
lvgl / lv_port_pc_vscode Public Notifications Fork 149 Star 241 Code Issues 19 Pull requests 7 Actions Projects Security Insights Commitadd Build and Run and Debug LVGL demo with LLVM Browse files Loading branch information kisvegabor committed May 7, 2024 1 parent d1f7c04 ...
lv_port_pc_vscode_8.3 / lv_conf.h lv_conf.h19.53 KB 一键复制编辑原始数据按行查看历史 彼岸提交于10个月前.lvgl_8.3 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131...
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...
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 ...
git clone --recursive https://github.com/lvgl/lv_port_pc_vscode Install graphics driver The project can useSDLorX11as LVGL display driver. This can be selected in theMakefile. Please make sure the used library is installed in the system: ...