2017-01-22 10:43 PM
2017-01-23 06:05 AM
You have used the rules:
Address Team -> Data address -> Command to draw a point -> color data of one point. This must be done slowly.There is another option:working area limitation command -> limited options -> Command to draw flow -> lots of colored dots.In this case, ILI9488 own places colored dots in a limited area of the specified screen. As if more data than can fit - the region will begin to fill in the new cycle.By the way, ILI9488 mode 16bit parallel access (interface 8080) - time to draw 90 frames per second. Quickly, with the use of deception through DMA2D (store the result in the memory area of the screen), the rest of the free time of 30%. This is an opportunity, but not a requirement. I use the speed of screen flicker 60 Hz, and the speed of screen updates 30 hertz. Otherwise, do not have time to prepare for the display area using DMA2D.
2017-01-31 08:25 PM
Dear Markus Fink,
ILI9488....support upto 320x480 TFT screen that feels 'huge screen size' for small scale microcontroller.
You said 'incredibly slow' is right,it's not suitable for ILI9488 using SPI inteface.SPI interface is 16times slower than 16bit-parallel(DBI) inteface even if you use with DMA.As avi_crak.videocrak said,should use 16bit-bus FSMC + DMA2D.
Best Regards,
Nemui.