#4 NodeMCU/ ESp8266 Tutorial: SPI interface (ST7735 LCD Write Only)

Поділитися
Вставка
  • Опубліковано 17 гру 2018
  • In this video I explain how to connect an SPI LCD (st7735) with esp8266. Show an very basic example to turn on the lcd and fill it with color.
    The Pin Connection:
    LCD ESP8266
    VCC 3.3V
    GND GND
    CS D8
    Reset 3.3v
    A0 or D/C D4
    SDA (MOSI) D7
    SCK D5
    LED 3.3V
    The SPI command set for ESP8266:
    github.com/esp...
  • Наука та технологія

КОМЕНТАРІ • 8

  • @sanjaybhatikar
    @sanjaybhatikar 2 роки тому

    Nice work 👍

  • @baomacgia2094
    @baomacgia2094 3 роки тому

    Thank you so much.

  • @baezluis9
    @baezluis9 2 роки тому

    Hola, intenté comunicar con el código de ejemplo que dejaste en el vídeo pero el display se mantiene en negro, ¿Falta el código del loop o estoy fallando en inicializar el display?

  • @ballinlikebill8334
    @ballinlikebill8334 Рік тому

    Can you share your code to fill the whole screen? I got the beginning working but cant figure out how to fill the screen with one color?

  • @g.r.bstudio4564
    @g.r.bstudio4564 Рік тому

    How to print the images in the display.

  • @MaxGoddur
    @MaxGoddur 5 років тому

    Can this board be used with the four wire connection two of which are gnd and power?

    • @MohammedRezwanulIslam
      @MohammedRezwanulIslam  5 років тому

      No. The spi bus needs 4 wire + gnd + power. Minimum 6 wires are needed.

  • @Zhiphr
    @Zhiphr 2 роки тому

    This is I2C