zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.4k stars 6.38k forks source link

Display: STM32: display in not working on stm32f429i_disc1 #68103

Closed ajarmouni-st closed 7 months ago

ajarmouni-st commented 7 months ago

Describe the bug The drivers/display sample gives random noise on the screen. LVGL samples, modules/lvgl/demos & subsys/display/lvgl, give distorted frames.

To Reproduce Steps to reproduce the behavior:

  1. cd ~/zephyrproject/zephyr
  2. west build -p always -b stm32f429i_disc1 samples/drivers/display
  3. west flash

Expected behavior Correct display of frames.

Impact showstopper

Logs and console output N/A

Environment (please complete the following information):

Additional context This issue needs to be solved to be able to test PR #64587 on stm32f429i_disc1.

ajarmouni-st commented 7 months ago

@fabiobaltieri PR #66271 alone does not fix this issue, PR #68105 is needed as well. Will reopen.

fabiobaltieri commented 7 months ago

@fabiobaltieri PR #66271 alone does not fix this issue, PR #68105 is needed as well. Will reopen.

Sure, fyi github closed this automatically when the PR got merged, if you don't want a PR to close an issue make sure remove the reference from under "Development" in the PR page.