Bodmer / TFT_eSPI

Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
Other
3.74k stars 1.07k forks source link

Problem with Waveshare 4inch Touch LCD Shield for Arduino (Not RPi model) #160

Closed emilesprenger closed 6 years ago

emilesprenger commented 6 years ago

I can't seem to get this display to work. https://www.waveshare.com/product/modules/oleds-lcds/arduino-lcd/4inch-tft-touch-shield.htm I'm using a Wemos D1 Light It uses a ILI9486 controller, and I've tried RPI_ILI9486_DRIVER, but it's not working. I've also tried RPI_ILI9486_DRIVER, but that also doesn't work. When using RPI_ILI9486_DRIVER, I've lowered the SPI speed.

Nothing seems to work ..

Any thoughts?

Thanks,

Emile

Bodmer commented 6 years ago

I have looked at the display and the schematic. The schematic is similar to the RPi model but appears to use the same clocking approach. The SPI speed to use is 20MHz.

I will test the library with my RPi display again to make sure the library still works with that display.

emilesprenger commented 6 years ago

Thanks .. lemme know how it goes .. i'll keep trying over here to find out what's wrong

Bodmer commented 6 years ago

The RPi screen I have works fine with the latest library so that is not the issue. I do not have the same screen which you have so unfortunately I am unable to help further,