zephyr/boards/arm/stm32f429i_disc1
Abderrahmane Jarmouni 32fd2f57b1 drivers: display: stm32_ltdc: fix for stm32f429i_disc1
Display is not working on STM32F429i-DISC1 board because
display_blanking_off() needs to be sent to ILI9341 device, but it's sent
to LTDC instead which does not implement it.
This patch adds a LTDC DT property that provides the pHandle of the
display's own controller so that display_blanking_off/on are forwarded to
it when they are called by an application.

Signed-off-by: Abderrahmane Jarmouni <abderrahmane.jarmouni-ext@st.com>
2024-02-02 19:54:45 +01:00
..
doc boards: arm: doc: fix small typo 2024-01-09 10:04:11 +01:00
support board: arm: stm32f429i_disc1: flashing 2023-12-15 14:41:52 +01:00
board.cmake board: arm: stm32f429i_disc1: flashing 2023-12-15 14:41:52 +01:00
Kconfig.board kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
Kconfig.defconfig boards: arm: enable stmpe811 on stm32f429i_disc1 2023-09-22 09:29:56 +02:00
stm32f429i_disc1.dts drivers: display: stm32_ltdc: fix for stm32f429i_disc1 2024-02-02 19:54:45 +01:00
stm32f429i_disc1.yaml boards: add vendor to board yaml 2023-09-22 09:29:36 +02:00
stm32f429i_disc1_defconfig boards: stm32: Remove use of CONFIG_PINMUX 2021-11-26 11:36:42 +01:00