Setting program for LVGL Simulator
ติดตั้ง vscode on Ubuntu


Install package SDL2
Download LVGL library โดยใช้คำสั่ง git clone



Last updated
Was this helpful?
Was this helpful?
$ code .$ sudo apt-get update && sudo apt-get install -y build-essential libsdl2-dev$ git clone --recursive https://github.com/lvgl/lv_sim_vscode_sdl$ ls
$ cd lv_sim_vscode_sdlcode .