Question
How to increase SPI display (ili9341) draw speed?
How to fill the screen with one color without seeing the draw pattern from top to bottom?
All I want is to make screen instantly change color. I understand that drawing bitmap might be slow, but I want just one color.
Is there a way to reduce display colors or something?
My STM32F091RC SPI is set to 8bit 36MHz with 18Mbps (as I understand 18Mbps is the max value).
SPI Display (ili9341) 240x320 TFT, but I need only few colors.