TangerineDreamer

Results 8 comments of TangerineDreamer

Hello everybody, I would like to draw a primitive with a thickness option like that: drawRect(uint32_t 32 X0, uint32_t Y0, uint32_t W, uint32_t H, uint32_t COLOUR, uint32_t THICKNESS); of course...

Since i updated the esp32 package board to the latest 2.04,i was impossible to compile anything with esp32 and TFT e_SPI,even changing the package down to 1.06, i notice there...

Talking about the notifications was to write about the compilation verbose errors before uploading from arduino AVR All i can say is that i had an old SPIFFS version before...

Just finished compile and upload with the 2.04 version and everything's fine :)

Maybe it's because you declared TOUCH_CS in the TFT_eSPI: #define TOUCH_CS 33 // Chip select pin (T_CS) of touch screen but you don't use it, Only with XPT2046: #define XPT2046_CS...

Here my sketch to test touch buttons: //Button test with SSD1963 - 7INCH Resistive & ESP32 Wroover Dev Kit 1 //800x480 in TFT_Touch.cpp : _hres = 800 & _vres =...

hi,papbo, I don't use this display for about 2 years,i use now a buydisplay 4 wires with capacitive touch, it's a dream compared to SSD1963 with resistive touch,and i find...

I think it's a good decision,4 wires will lead you to every mcu and the libraries work fast, like RA8875 for the display and adafruit Ft6206 for the capacitive touch...