stanleyhuangyc / MultiLCD

Arduino LCD library supporting multiple types of LCD shields and modules
112 stars 70 forks source link

ILI9341 + Leonardo #6

Open MarcinWyt opened 10 years ago

MarcinWyt commented 10 years ago

Hi!

I'm new in Arduino world. I try to connect ILI9341 http://www.ebay.pl/itm/2-2-inch-2-2-SPI-TFT-LCD-Display-module-240x320-ILI9341-51-AVR-STM32-ARM-PIC-/200939222521?pt=LH_DefaultDomain_0&hash=item2ec8e935f9 to my Leonardo. I connect as follows /* Pins D4 : RESET D5 : CS D6 : D/C D7 : LED D11 : MOSI D12 : MISO D13 : SCK */ No effects. Display just blinks once just after sketch is loaded, and then nothings happens.

greetings Marcin