Closed Hans007a closed 4 years ago
Hi, sorry for late reply. Can you give me more details? Hardware photo? Where you bought it? Connection details? For ILI9486 display, can you give me your working TFT_eSPI config?
Hello. I have the same problem for the ILI9341 driver with ESP32.
My TFT-eSPI setup is:
and for the arduino-gfx:
Arduino_ESP32SPI bus = new Arduino_ESP32SPI(TFT_DC / DC /, TFT_CS / CS /, TFT_SCLK / SCK /, TFT_MOSI / MOSI /, -1 / MISO /); Arduino_ILI9341 gfx = new Arduino_ILI9341(bus, TFT_RST);
Thanks for your help :) Marc.
My latest commit should fixed it, here are the demo video: https://twitter.com/moononournation/status/1264138340795731968
Hello,
I have two displays, which Your library supports the chipsets, but the displays wont to work with it... I tried it with Your example.
first display: chipset ILI9486 (works with TFT_eSPI) second display: chipset ST7796S (not supported by TFT_eSPI)
Can You check why the display not works please?
Thank You!
Hans