We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, In the code there is a DMA2D_Config()... however this is not used, but why? Then what is it intended for?
What setup is the official video based on, see link below? DMA, DMA_IT, DMA2D ? Or something else? Pixel format 32bit or 16bit ?
https://blog.lvgl.io/2022-12-08/stm32h7b3i-review
Thank you
The text was updated successfully, but these errors were encountered:
Yes, I have a feeling some files are missing or are not up-to-date
Sorry, something went wrong.
https://github.com/lvgl/lv_port_stm32h7b3i_disco/blob/95da448d8eae6f25a8e0e9ddc109036c8b0011e4/hal_stm_lvgl/tft/tft.c In this commit the DMA2D_Config still exists. I guess along the way the DMA functionality was lost
No branches or pull requests
Hello,
In the code there is a DMA2D_Config()... however this is not used, but why?
Then what is it intended for?
What setup is the official video based on, see link below?
DMA, DMA_IT, DMA2D ? Or something else? Pixel format 32bit or 16bit ?
https://blog.lvgl.io/2022-12-08/stm32h7b3i-review
Thank you
The text was updated successfully, but these errors were encountered: