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