Bodmer

Results 168 comments of Bodmer

This appears to be an issue introduced during the porting as the original code has different scopes for the i variable. See [here](https://github.com/Bodmer/TFT_ST7735/blob/master/TFT_ST7735.cpp#L2083) and [here](https://github.com/Bodmer/TFT_ST7735/blob/master/TFT_ST7735.cpp#L2121).

This is a compatibility issue with TFT_eFEX and the jpeg decoder implementation which relies on decoder software built in to the original ESP32 ROM. I will add a switch that...

The library is not currently compatible with the S2. The original ESP32 had a jpeg code in the ROM.

Have you enabled transactions? See notes at end of User_Setup.h file.

Merged, thanks. I have not tested the changes, so please standby in case there are any issues raised.

You need to send a command to the TFT MADCTL register 0x36 As an example for the ST7735, the [bits are defined here](https://github.com/Bodmer/TFT_eSPI/blob/master/TFT_Drivers/ST7735_Defines.h#L100-L107). The command and bit functions in the...

Unfortunately that would be quite a tricky change due to the way the library is optimised. Sorry!

The bmp file may be in the wrong format. Post a zip file of the image, just drag and drop.

Post the original .bmp image as the format may be incompatible with the library and I can check it.

No further development of this library is planned. I don't track forks so I cannot advise if any have imrpovements.