Best solution to control an ILI9341 TFT LCD
A client asked me for a code quote to control an ILI9341 TFT LCD. In my opinion, a Cortex-M0 would do the job, but I only found a Cortex-M0+ that has one core, but this only has prototyping boards for wireless solutions.
Would I be right in my choice? Or would it be better to get the next one in line, a Cortex-M3?
The objective would be to build a UART -> ISP gateway that would receive commands and draw the requested information on the screen. The hardware already exists and they don't want to change anything except small details on the UART port for this communication.
Would a Cortex-M0+ be enough for this type of communication? I haven't yet evaluated issues with the ILI9341 protocol, such as memory requirements to store graphic representations.
