Bodmer / TFT_eFEX

A support library for TFT_eSPI that adds commonly used extra functions
Other
83 stars 27 forks source link

SwapBytes in void TFT_eFEX::drawJpeg() not working #25

Closed OlafWinkler closed 3 years ago

OlafWinkler commented 3 years ago

Hello, Great library! Thanks for the development. I could not activate the SwapBytes-functionality for my ESP32 1.14"-TTGO-LCD-T-Display. I had to change line 297 to _spr->setSwapBytes(true); from "(false)" in order to make it work. Is this unfinished development business or am I missing anything? However, now it is working very nicely. Thanks again and best regards, Olaf

Bodmer commented 3 years ago

This may be a knock-on effect from a bug correction in TFT_eSPI.

Thanks for raising this, I will investigate further.

Bodmer commented 3 years ago

The library has been updated.