A39模拟器

This commit is contained in:
liulin
2024-03-07 11:03:18 +08:00
parent cb2cc0d66f
commit 33e6eb45b3
1008 changed files with 2222717 additions and 0 deletions

17
MXC-A39/README.md Normal file
View File

@ -0,0 +1,17 @@
# 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](https://git-scm.com/downloads)
2) Download [CodeBlocks](https://www.codeblocks.org/downloads/) 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.
4) Open **CodeBlocks** and select **Open an existing project**. Navigate to the **lv_sim_codeblocks_win** folder and select **LittlevGL.cbp**.
5) Click on **Build and Run** or press **F9**.
6) If everything goes well, you should see your simulator running.