Skip to content

Commit 34c6ea7

Browse files
papadkostasMaureenHelm
authored andcommitted
boards: arm: stm32f429i_disc1: update defconfig
Added required config for the display operation and default display name to "LTDC" for LVGL subsystem when the peripheral LTDC is used. Signed-off-by: Konstantinos Papadopoulos <[email protected]>
1 parent 44c8458 commit 34c6ea7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

boards/arm/stm32f429i_disc1/Kconfig.defconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,14 @@ if BOARD_STM32F429I_DISC1
88
config BOARD
99
default "stm32f429i_disc1"
1010

11+
config SPI
12+
default y if DISPLAY
13+
14+
config MEMC
15+
default y if DISPLAY
16+
17+
config LV_Z_DISPLAY_DEV_NAME
18+
depends on LVGL
19+
default "LTDC" if STM32_LTDC
1120

1221
endif # BOARD_STM32F429I_DISC1

0 commit comments

Comments
 (0)