Get started with LVGL simulator

LVGL simulator on linux

  • สำหรับ RaspberryPI สามารถเปิดขึ้นมาด้วยการไปที่ ไอคอน Raspberry (ซ้ายบน) → Programming → code OSS

  • สำหรับ Ubuntu เรียกเปิดโดยการใช้คำสั่ง

$ git clone --recursive https://github.com/lvgl/lv_sim_vscode_sdl
$ sudo apt-get update && sudo apt-get install -y build-essential libsdl2-dev
$ cd lv_sim_vscode_sdl && code . 

บน Ubuntu จำเป็นต้องติดตั้ง VScode ก่อนใช้งาน

เมื่อเปิดขึ้นมาจะพบกับหน้าต่าง IDE ดังรูป

  • สำหรับ WSL2 ให้เปิด XLuanch และ terminater ขึ้นมาแล้วทำการเชื่อมต่อ vscode เข้ากับ WSL เมื่อเชื่อมต่อเรียบร้อยดำเนินต่อตามวิธีด้านล่างต่อไปได้เลย

ไปยัง Project explorer → main/src → main.c (การเขียนโปรแกรมทั้งหมดต้องทำภายใต้ file main)

เมื่ออยู่ในหน้าของ main.c แล้วให้กด F5 เพื่อทำการ make file ขึ้นมาซึ่งไฟล์ที่ make สำเร็จแล้วจะภายใต้ไดเรคทอรี่ build/bin โดยไฟล์จะชื่อว่า demo เมื่อทำการ make file สำเร็จแล้วอาจมี error เกิดขึ้นเนื่องจากไม่สามารถเปิดไฟล์ debug ได้ซึ่งไม่ส่งผลอะไรกับโปรแกรม สามารถเรียกไฟล์ให้ทำงานได้ปกติ

Last updated

Assoc. Prof. Wiroon Sriborrirux, Founder of Advance Innovation Center (AIC) and Bangsaen Design House (BDH), Electrical Engineering Department, Faculty of Engineering, Burapha University