This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LCD update rate on EVMAM3517

Hello,

I am porting easyGUI's lib to LOGIC's EVMAM3517.

The lib by easyGUI is using a array to handle the each pixels on the LCD. So I transfer the color to GFXBUFFER_ADDRESS directly. This is just following the sample code from LOGIC. However I found the update rate is much slow. If I want to refresh a whole screen, I can see the sequence of changing color on LCD. The changing takes about 1 second. How can I improve this update rate? Do I need to use some 2D API?

Thanks!

Jiamin