MXC-A36_2024.04.18/fr3092_lvglcode
liulin dd46bd3fa1 [200~A36新界面以及全部修改后的界面代码和数据结构体,界面有动画效果 2024-04-18 09:50:14 +08:00
..
.github A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
.vscode A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
lv_drivers A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
lv_examples A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
lv_user_code [200~A36新界面以及全部修改后的界面代码和数据结构体,界面有动画效果 2024-04-18 09:50:14 +08:00
lvgl A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
sprd_image [200~A36新界面以及全部修改后的界面代码和数据结构体,界面有动画效果 2024-04-18 09:50:14 +08:00
vscode A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
.gitignore A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
.gitmodules A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
LICENSE A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
LittlevGL.cbp A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
LittlevGL.cscope_file_list A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
LittlevGL.depend [200~A36新界面以及全部修改后的界面代码和数据结构体,界面有动画效果 2024-04-18 09:50:14 +08:00
LittlevGL.layout A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
README.md A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
licence.txt A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
lv_conf.h A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
lv_demo_conf.h A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
lv_drv_conf.h A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
lvgl_icon.bmp A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
main.c A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +08:00
微信图片_20231023153309.jpg A36 PCB1.1 软件工程整理 2024-04-17 19:45:26 +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 recommended to use the version which includes MinGW, as otherwise you will have to install and configure it separately.
  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.