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

Support display of STM32F723E-DISCO #78

Open
ctron opened this issue Sep 15, 2020 · 2 comments
Open

Support display of STM32F723E-DISCO #78

ctron opened this issue Sep 15, 2020 · 2 comments

Comments

@ctron
Copy link
Contributor

ctron commented Sep 15, 2020

I have the "STM32F723E-DISCO" and would like to make use of the display.

It looks like this is attached via the FMC, using an ST7789H2 controller.

I tried to get started with the display example in the examples folder, but it looks that doesn't work with the stm32f723 feature enabled.

@bbrown1867
Copy link
Contributor

bbrown1867 commented Sep 24, 2020

The display example is written for the STM32F746G Discovery board, and the display on that board is attached via the LTDC peripheral (not FMC). So even if you were able to get it to compile by modifying the feature, it would not work for the FMC display on your board unfortunately.

The directory examples/stm32f7disco-screen should probably be renamed to something like examples/stm32f7disco-ltdc-screen or something to specify that. I actually didn't realize FMC displays existed, that sounds pretty cool.

@ctron
Copy link
Contributor Author

ctron commented Sep 25, 2020

The directory examples/stm32f7disco-screen should probably be renamed to something like examples/stm32f7disco-ltdc-screen or something to specify that. I actually didn't realize FMC displays existed, that sounds pretty cool.

Yes, that would make it more obvious 😀 … I dug a little bit into it, and it looks like a lot of stuff is missing. But I will give it a try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants