-
Notifications
You must be signed in to change notification settings - Fork 212
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
port ltdc from f7xx-hal #731
Conversation
7ed5e89
to
418641e
Compare
3580830
to
dbe3f34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examples/ltdc-screen/main.rs comes with a pin configuration for the STM32F746 DISCO (pinout on page 28):
I am trying to get the example running on the stm32f469 disco, but it needs to use the DSI. From the docs:
Leaving this here for anyone the next person trying to get this to work |
25f8bca
to
a77ce77
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #256
cc @jonasdn @ierturk