TFT Kit LCD Driver Issue

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User18435
Level 2
Level 2
Hi all!

Recently I posted here
https://www.infineonforums.com/threads/11326-Aurix-TFT-Board-%28KIT_AURIX_TC297_TFT%29-Demo-Applicat...

And i was looking for the source code of demo. I have got it but didn't like the gui library. Then I have found lvgl.io and ported it. I have just provided block pixel writing function and touch function to port it. I have use basic driver from demo code and just a bit changed. But I have pixel problem on the screen. The picture below shows the error.
I have psoted the issue at their forum
https://forum.lvgl.io/t/texts-look-blurred/2368

I am told to check lcd driver settings like dma etc. I have checked everything but it is the same. Before I blame the library I wanted to ask you. 🙂 What could it be the problem? Have you never faced something like this before?

cheers,


4325.attach
0 Likes
1 Reply
User18435
Level 2
Level 2
I have solved the issue. It was spi sending issue. Spi driver was sending pixel data 32bits but library 16.
0 Likes