adafruit / TFTLCD-Library

Arduino library for 8-bit TFT LCDs such as ILI9325, ILI9328, etc
http://www.ladyada.net/products/tfttouchbreakout/ and http://www.ladyada.net/products/tfttouchshield
314 stars 259 forks source link

Bugfix reset signal and .pde projects renamed to .ino #24

Open Erriez opened 7 years ago

Erriez commented 7 years ago

Dear Adafruit,

I'm implementing a new display driver with a ILI9341 controller. The new display did not work after power-on, because the reset signal is not generated correctly. The ILI9341 datasheet describes: tRT (reset cancel) delay must be at least 5ms before sending commands. Adding a delay(5) solved the problem. This fix is applicable to all displays.

It would be great if you can merge this change. I've also upgraded all .pde projects to .ino. (minor issue)

Best regards, Erwin