Loading...
# STM32F4DISCOVERY board configuration # Copyright (c) 2016 Linaro Limited. # SPDX-License-Identifier: Apache-2.0 if BOARD_STM32F429I_DISC1 config BOARD default "stm32f429i_disc1" config SPI default y if DISPLAY config MEMC default y if DISPLAY config LV_Z_DISPLAY_DEV_NAME depends on LVGL default "LTDC" if STM32_LTDC endif # BOARD_STM32F429I_DISC1 |