Skip to content

lvgl/lv_port_stm32f429_disco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f128439 · Aug 23, 2021

History

32 Commits
Jul 7, 2020
Jan 13, 2019
Jan 13, 2019
Jun 1, 2021
Jan 13, 2019
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021
Jan 13, 2019
Jun 1, 2021
May 8, 2020
Jul 7, 2020
Jun 1, 2021
May 8, 2020
May 8, 2020
Jan 13, 2019
Jan 13, 2019
Aug 23, 2021
May 8, 2020
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021

Repository files navigation

LVGL ported to the STM32F429 Discovery.

The STM32F429 Discovery kit is an affordable development board with:

  • 240x320 (QVGA) TFT
  • Resistive touchscreen
  • 180 MHz MCU
  • 256KB RAM
  • 64-MBit SDRAM
  • GPU.

The CubeMX drivers are used to initilaize the peripherals.

In hal_stm_lvgl/tft/tft.h you can enable/disable external frame buffer placement and GPU usage.

The project was created with CubeIDE.

Get started

  • Clone the project: git clone https://github.com/littlevgl/stm32f429_disco_no_os_sw4stm32.git --recurse-submodules
  • Import into CubeIDE