Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino_H7_Video: crash on Portenta H7 #1006

Open
dmazzella opened this issue Dec 23, 2024 · 1 comment · May be fixed by #1013
Open

Arduino_H7_Video: crash on Portenta H7 #1006

dmazzella opened this issue Dec 23, 2024 · 1 comment · May be fixed by #1013
Assignees
Labels

Comments

@dmazzella
Copy link

dmazzella commented Dec 23, 2024

this commit f7fee484369904ad55e8c688887f5d8272dd23eb broke lvgl on portenta

move

#if !defined(ARDUINO_GIGA)
	/* Configure SDRAM */
	SDRAM.begin(dsi_getFramebufferEnd()); //FIXME: SDRAM init after video controller init can cause display glitch at start-up
	#endif

immediatey before return

@leonardocavagnis
Copy link
Member

Thanks for reporting!
PR here: #1013

Please, give it a spin and let me know :)

@leonardocavagnis leonardocavagnis changed the title Arduino_H7_Video Arduino_H7_Video: crash on Portenta H7 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants