Bodmer / TFT_HX8357

Arduino library for HX8357 TFT display
118 stars 52 forks source link

drawBMP and drawRAW SD image loses colors #42

Closed BaltasarParreira closed 4 years ago

BaltasarParreira commented 4 years ago

HI, using this functions images lose colors and they display mainly grey colors also using ImageConverter 565 v2.3 tool the same. For example I have one with a red background and white text/icon and the background becomes grey.

Using other library they work ok.

This what looks like using your Draw_SDCard_Bitmap example without any changes: PHOTO_20200608_150331

BaltasarParreira commented 4 years ago

Found the problem. The manufacturer advertise wrongly the IC driver, it was not a HX8357B, but a ILI9486. As soon I switch to this IC on the User_Setup.h file, all started to work perfectly.