TFT_eFEX icon indicating copy to clipboard operation
TFT_eFEX copied to clipboard

A support library for TFT_eSPI that adds commonly used extra functions

Results 11 TFT_eFEX issues
Sort by recently updated
recently updated
newest added

Hi, I try to compile example, but get error: duino15/packages/esp32/hardware/esp32/2.0.13/cores/esp32 -I/home/hamid/.arduino15/packages/esp32/hardware/esp32/2.0.13/variants/doitESP32devkitV1 -I/home/hamid/.arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/FS/src -I/home/hamid/.arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/SPI/src -I/home/hamid/.Arduino/libraries/TFT_eSPI -I/home/hamid/.arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/SPIFFS/src -I/home/hamid/.Arduino/libraries/TFT_eFEX -I/home/hamid/.Arduino/libraries/JPEGDecoder/src -I/home/hamid/.arduino15/packages/esp32/hardware/esp32/2.0.13/libraries/SD/src /home/hamid/.Arduino/libraries/JPEGDecoder/src/JPEGDecoder.cpp -o /tmp/arduino/sketches/124410AA9F459AABD7AFF0E4F3A5CF29/libraries/JPEGDecoder/JPEGDecoder.cpp.o /home/hamid/.Arduino/libraries/JPEGDecoder/src/picojpeg.c: In function 'getExtendOffset': /home/hamid/.Arduino/libraries/JPEGDecoder/src/picojpeg.c:375:27: warning: left shift of...

Seems like it is unable to compile for esp32-c3. I've tested on other boards and it worked fine. IDE: Arduino Version: 2.4.72 Processor: ESP32-c3-32s TFT Driver: ST7735S 80x160 Interface: SPI...

I try to copy a jpg file using the TFT_eFEX procedure. The result of my code is that fex.drawJpgFile is drawing direct to the tft, instead of the command spr.pushSprite....

![image](https://user-images.githubusercontent.com/3015603/149211959-f620a721-8a8b-4d73-94f9-2a858a32ce65.png) Hi, In attempting to use the Sprite technique I ran into a compile error (see above) which I think is related to using the ESP32S2 and the native ESP32...

enhancement

Hi Bodmer, Thank you for creating this awesome library! I seem to be having an issue loading JPEG images from SPIFFS on the ESP32 using a ST7735S driver. I'm able...

The arabic letters is connected letter ex ببب in utf8 all are "ب" letter how to solve 1. Find the position of the letter related to prev. and next letters...

There is a bug within TFT_eFEX,cpp in line 1289. The AddressWindow is calculated wrong whenever the rotation of the screen is set differently (other than 0). This may be an...

I have roughly the following setup I have an ESP32 TTGO with ST7789_DRIVER `CGRAM_OFFSET` is defined my code is: ``` TFT_eSPI tft = TFT_eSPI(); TFT_eFEX tft_x = TFT_eFEX(&tft); tft.begin(); //...

Hi! I have two ips displays of size 1.14 and 1.8 on the st7789 and st7735 controllers. I also use your libraries for controllers. For use in an optical system,...

question
answered

See [code implemented here](https://github.com/Bodmer/TFT_eSPI/issues/941).

enhancement