stm32f4xx-hal icon indicating copy to clipboard operation
stm32f4xx-hal copied to clipboard

Support ltdc in a similar way as stm32f7xx-hal

Open jonasdn opened this issue 4 years ago • 0 comments

Hi!

I am new to the Rust world in general, and Rust embedded in particular. I have a stm32f469i-discovery board (https://www.st.com/en/evaluation-tools/32f469idiscovery.html) which have a display connected via the LTDC interface.

Is there anywhere I can look to see how I can implement support for it? The stm32f7xx-hal has an example on how to deal with the screen on the stm32f746g-discovery board. But it seems that the same support in this stm32f4xx-hal is not present? Or am I missing something?

If I am not missing something: would it be desirable to add similar support in this hal for LTDC screens? And if I am missing something: do you have any pointers to where to look so that I could implement an example for the screen on the stm32f469i-discovery board?

Thanks Jonas

jonasdn avatar Jan 29 '21 13:01 jonasdn