STM32_HAL_ILI9341 icon indicating copy to clipboard operation
STM32_HAL_ILI9341 copied to clipboard

ILI9341

Open Vitalij1967 opened this issue 4 years ago • 1 comments

Hey! Can you give a working example?

Vitalij1967 avatar Apr 10 '21 07:04 Vitalij1967

Hi, there's a very good example using this library on YouTube: https://youtu.be/8hypVJ2U7OE The problem I find is that you must use the same HCLK clock and other speeds as in the video, else the ILI9341 fails to work. Also the library does not use DMA, though it calls functions with _DMA in the name, they transfer single bytes at a time by code, so its pretty slow, but hey it works if you set the clock speed as shown, which is a great first step that I thank the author for. :D

BitLoose avatar Nov 16 '22 20:11 BitLoose