simulator/lvgl_v8_back
刘杰锋 1f2f91f5c3 清除屏幕的页面切换版本 2024-04-09 17:02:47 +08:00
..
.vscode 后板第一次提交 2024-03-28 21:29:24 +08:00
lv_drivers 后板第一次提交 2024-03-28 21:29:24 +08:00
lvgl 后板第一次提交 2024-03-28 21:29:24 +08:00
picture 清除屏幕的页面切换版本 2024-04-09 17:02:47 +08:00
.gitignore 后板第一次提交 2024-03-28 21:29:24 +08:00
.gitmodules 后板第一次提交 2024-03-28 21:29:24 +08:00
LICENSE 后板第一次提交 2024-03-28 21:29:24 +08:00
LittlevGL.layout 后板第一次提交 2024-03-28 21:29:24 +08:00
LittlevGL_back.cbp 后板第一次提交 2024-03-28 21:29:24 +08:00
LittlevGL_back.layout 清除屏幕的页面切换版本 2024-04-09 17:02:47 +08:00
LittlevGLcopy.layout 后板第一次提交 2024-03-28 21:29:24 +08:00
README.md 后板第一次提交 2024-03-28 21:29:24 +08:00
licence.txt 后板第一次提交 2024-03-28 21:29:24 +08:00
lv_conf.h 后板第一次提交 2024-03-28 21:29:24 +08:00
lv_demo_conf.h 后板第一次提交 2024-03-28 21:29:24 +08:00
lv_drv_conf.h 后板第一次提交 2024-03-28 21:29:24 +08:00
lv_font_heiti24.c 清除屏幕的页面切换版本 2024-04-09 17:02:47 +08:00
lv_font_heiti100.c 后板第一次提交 2024-03-28 21:29:24 +08:00
lvgl_icon.bmp 后板第一次提交 2024-03-28 21:29:24 +08:00
main.c 清除屏幕的页面切换版本 2024-04-09 17:02:47 +08:00

README.md

pc_simulator_win_codeblocks

PC simulator project for LittlevGL embedded GUI Library for Windows in Codeblocks

This requires the MinGW version of CodeBlocks 20.03 or newer to be installed.

How to use this:

Tutorial for Windows

  1. Download and install Git
  2. Download CodeBlocks in latest version. It is strongly recommended to use the version which includes MinGW, as otherwise you will have to install and configure it separately, and there have been issues reported with missing header files when a standalone MinGW installation is used.
  3. Clone this repository.
  • Open Command prompt (Win key + R -> cmd -> Enter) or PowerShell (Win key + R -> powershell -> Enter) (if you want different folder than C:/Users/username you have to navigate to it) and type: git clone https://github.com/lvgl/lv_sim_codeblocks_win.git
  • In that folder type: cd lv_sim_codeblocks_win and press Enter. Here type: git submodule update --init --recursive and press Enter. This should download files to lvgl, lv_examples and lv_drivers folders.
  1. Open CodeBlocks and select Open an existing project. Navigate to the lv_sim_codeblocks_win folder and select LittlevGL.cbp.
  2. Click on Build and Run or press F9.
  3. If everything goes well, you should see your simulator running.