eziya / STM32_HAL_ILI9341

ILI9341 Library for STM32 HAL
20 stars 13 forks source link

ILI9341 #1

Open Vitalij1967 opened 3 years ago

Vitalij1967 commented 3 years ago

Hey! Can you give a working example?

BitLoose commented 1 year ago

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