Green & Blue are swaped in bmp with TFT_eSPI

@bodmer
I am using ili9486 with ESP32 with TFT_eSPI library. it is in 8 bit parallel mode. Red, Green and Blue are correct if i draw test or filled rectangles. But Green and Blue are swapped if i draw bitmap using PushImage. i converted image to c file by Rinky-Dink Electronics
Secondly i noted that colours are dim if drawn by bitmap. while they are bright if i draw something myself.
Colours

Any Help , please.

Ive never used the ili9486. But looking at the library source for TFT_eSPI theres a few different overloaded methods for push image.

Can you show us the line of code your using woth push image to draw your rectangle and also draw the bitmap file.

The different push image methods start at line 1478

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.