I am working with St7789v driver based RGB565 Display . I have chosen SPI21 configured at 8Mhz and if I send 15 bytes chunk of image bitmaps, I can see the image in the display .
if i increase it to more than 15 bytes , the image is distorted and showing like garbage .
I have kept the image bitmaps in RAM and trying to display the image .
even if I send 15 bytes chunks and decrease the SPI clock to 4Mhz , this time also I can not see the actual image .
here is the code for reference
Function used to display the image