GitHunt
RA

Rajssss/stm32_portable_digital_camera

STM32 Based Portable Digital Camera Firmware, part of my B.Tech final year Project :)

LVGL ported to STM32F746 Discovery

This is LVGL ported to STM32F746G-DISCO using
CubeIDE or IAR Embedded Workbench.

Try it with just a few clicks!

  1. Download lv_stm32f746.bin.zip and extract the binary inside.
  2. Plug in the Discovery board.
  3. Copy the binary to the DIS_F746NG drive provided by the board's USB interface.

image

How to compile and make changes

  1. 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
  2. Open/Import the project
  • CubeIDE
    1. Install CubeIDE.
    2. Import the project into your workspace.
  • IAR Embedded Workbench
    • Open IAR workspace at ide/iar/stm32f746_disco_lvgl.eww
  1. Connect the Discovery board
  2. Build and run!

Languages

C98.4%HTML1.3%Assembly0.2%Makefile0.1%CMake0.0%Shell0.0%

Contributors

MIT License
Created April 10, 2021
Updated July 23, 2024
Rajssss/stm32_portable_digital_camera | GitHunt