This is LVGL ported to STM32F746G-DISCO using CubeIDE or IAR Embedded Workbench.
- Download lv_stm32f746.bin.zip and extract the binary inside.
- Plug in the Discovery board.
- Copy the binary to the
DIS_F746NG
drive provided by the board's USB interface.
- Clone (or download) this GitHub repository to a folder on your computer and update the submodules:
git clone --recursive https://github.com/lvgl/lv_port_stm32f746_disco.git
- Open/Import the project
- CubeIDE
- Install CubeIDE.
- Import the project into your workspace.
- IAR Embedded Workbench
- Open IAR workspace at
ide/iar/stm32f746_disco_lvgl.eww
- Open IAR workspace at
- Connect the Discovery board
- Build and run!