TUTORIAL: How to Wire up 1.8' TFT LCD Screen to NodeMCU ESP8266 - Easy! (Part 1/2)

preview_player
Показать описание
My website link for downloads (if any are present), etc:

A short and concise video on how to wire up a 1.8" TFT to the NodeMCU or ESP8266 12E.
Рекомендации по теме
Комментарии
Автор

Thanks Antony for the helpful information, it saved me a lot of time. I have migrated my OLED display from Arduino to NodeMCU (ESP-12E) with success.The hardware connections, i did as described; on my display they are in different order (also BL = LED and DC = A0 on my OLED display). I use 1.6 Inch Oled 1.6 "Tft Ips Oled Transflective Display Module Lcd-scherm Diy Spi Serial Port 130*130 communicate for Arduino.
Software : I wrote a reduced LCDWIKI library, i.e. only for the display that I use, (because these libraries are made to work on dozens of different display types and waste lots of memory).

DannyMaes
Автор

Hi Antony,

Really appreciate the videos, as a beginner in electronics they are very helpful. Right now I’m working on a project very similar to this one and there a few things that I am just not grasping, I was wondering if you would be willing to help walk me through some of the steps?

Looking forward to hearing from you!

Best,
Jake

jakecorday
Автор

Sir can you provide me the connection diagram between node mcu and tft lcd screen

pratikjain
Автор

ty it helped me.. also this screen even works with nodemcu - pins on screen to board are: 1&16:GND, 2&15:5V(VN), 7-D1, 8-D5, 9-D7, 10-D2, 11-D0 .. open ucglib GraphicsTest and uncomment line 58 and put pins like so: ucg(/*cd=*/ D2, /*cs=*/ D1, /*reset=*/ D0);

jaxxrr
Автор

Is it possible to use this along with an rfid module? If so, May I know how ? Can you make a tutorial video too? Thanks

JL-cqcp
Автор

It's a video - so no need to repeat connections - we can rewind.

chriswesley
Автор

what happening here, dont have the result :))

Vietnamcamping
Автор

what can i don if i want to use a bigger LCD?

lucianolizana