# lv_port_stm32f429_disco **Repository Path**: stm32proj/lv_port_stm32f429_disco ## Basic Information - **Project Name**: lv_port_stm32f429_disco - **Description**: LVGL ported to the STM32F429 Discovery. - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-12-09 - **Last Updated**: 2022-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LVGL ported to the STM32F429 Discovery. The [STM32F429 Discovery kit](https://www.st.com/en/evaluation-tools/32f429idiscovery.html) 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