LCD128x64 using only 3 Arduino pins

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2017
  • LCD128x64 using only 3 Arduino pins
    The ST7920 chip supports parallel and synchronized serial interface (SPI) mode. You can choose which mode to use by setting the PSB pin high or low.
    Using this mode you need only 3 pins (SCK, MOSI and CS) on the Arduino to control the lcd
    ::::::::::: SUPPORT CHANNEL ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Please Donate To Help Me Afford New Equipment And Software To Make My Videos More : goo.gl/1m8Dg2
    Don't forget to subscribe!
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 42

  • @martinrowley1042
    @martinrowley1042 3 ปีที่แล้ว

    Thanks for uploading this easy to understand video. I couldn't get my display to work, until I found this video and found that PSB was hardwired by soldered link for parallel operation. Works fine now!

  • @markjohnston653
    @markjohnston653 3 ปีที่แล้ว +3

    A great tutorial, worked perfectly for me. The connections to the Arduino can be further reduced by attaching the LED anode and cathode to the VCC and GND pins with jumper wires.

  • @codingrobotdev
    @codingrobotdev 4 ปีที่แล้ว +2

    Great! That worked for me. Thank u so much!!!

  • @gingerwasabi8993
    @gingerwasabi8993 5 ปีที่แล้ว

    Nice. I got it work by following your video. Thanks!!!

  • @44Notsofast
    @44Notsofast ปีที่แล้ว

    It worked for me. Thank you!

  • @narutosasuke9733
    @narutosasuke9733 6 ปีที่แล้ว +2

    Which way did you turn the screw thing on the back? Mine is just lighting up and not showing any words not sure if its broken or just need to adjust it

  • @user-uj3yq9gs8h
    @user-uj3yq9gs8h 3 ปีที่แล้ว

    Класс!!!!! Кратко и понятно автор описал подключение дисплея и работу с ним!!!!!!!

  • @HoaNguyen-ms6rn
    @HoaNguyen-ms6rn 5 ปีที่แล้ว

    Good video ! thanks much.

  • @arunprashanth369
    @arunprashanth369 6 ปีที่แล้ว

    thank you so much

  • @shashikadilshan801
    @shashikadilshan801 5 ปีที่แล้ว

    Thanks Bro.. This is very useful

  • @josephtannenbaum8696
    @josephtannenbaum8696 5 ปีที่แล้ว +4

    This was a great video. You might want to pause a bit longer when typing in the sketch setup. Question : the sketch has pinMode(8, OUTPUT); in it. What was the purpose of that, since pin 8 is not connected? Also, can the letters be scaled? Forgive me if these are dumb, pretty new to all this.

    • @tcdcubing4900
      @tcdcubing4900 3 ปีที่แล้ว

      Pin 8 is connected to the lcd's reset.

  • @Ingrid97_
    @Ingrid97_ 6 ปีที่แล้ว +3

    Warning .
    In some model ( my model should be the model "A" ) there are two connectors ( R9 and R 10 ) to accept a resistor of 0 Ohm .
    So in model "A" it's unuseful connect the pin PSB ..... the resistor of 0 Ohm will decide how the display will works .
    Threfore , when you find the connector for R9 welded with a resistor of 0 Ohm the display can works only on parallel mode , while when you find the connector for R10 welded with a resistor of 0 Ohm the display can works only on SPI mode .
    I think that for experiments in different mode ( SPI or parallel ) the better thing could be remove the resistor of 0 Ohm ( in R9 or in R10 ) and set the pin PSB by GND or by Vcc like in this video
    Thank you very much Hưng Nguyễn Quốc , and , of course , thank you to Maker Tutor .

  • @estebanadra9781
    @estebanadra9781 6 ปีที่แล้ว

    Hi! Do you know if is there any pin that acts like an SS pin on the display? Thanks

  • @kendrickapps674
    @kendrickapps674 5 ปีที่แล้ว +11

    PSB to GND not needed
    I was looking at a way to avoid connecting the PSB pin to GMD on the arduino by finding GND points on the board. I found several the place of note is JP2, next to the row of resistors above the contrast pot.
    the centre pad is connected to PSB the top to GND and the bottom to 5V.
    All you do is short the 2 pads of your choice to get either SPI or Parallel it is even printed on there S and P.
    That's one connection saved

  • @luizazeredo5197
    @luizazeredo5197 5 ปีที่แล้ว

    Obrigado pelo otimo video e conhecimento, tem como transformar essa biblioteca para se usar com pic18f, no compilador mickro c?

  • @muratcanbarut64
    @muratcanbarut64 5 ปีที่แล้ว +1

    süper thanks much

  • @boffinschist1098
    @boffinschist1098 4 ปีที่แล้ว

    The boards I received are missing the C6, C7 and C8 capacitors. I read they are Genuine Samsung capacitors to reduce interference. Will it still work?

  • @lindemberglopes9802
    @lindemberglopes9802 3 ปีที่แล้ว

    Very good!

  • @EmersonCapuano
    @EmersonCapuano 4 ปีที่แล้ว

    I like this display

  • @citycareletrica1900
    @citycareletrica1900 5 ปีที่แล้ว +2

    Congratulations. I really like very yours videos . i am from brasil and difficult explications correct arduino. Thanks.
    Meus parabens. Gostei do seu video. Sou do brasil é difícil explicações corretas dobre arduino. Obrigado

  • @TheFastino
    @TheFastino 6 ปีที่แล้ว

    this video helped me a lot

  • @paulodipaula6556
    @paulodipaula6556 2 ปีที่แล้ว

    Nice.

  • @alien8r33d
    @alien8r33d 3 ปีที่แล้ว

    The preset on the back of the PCB adjusts LCD contrast not brightness.

  • @vickybn6002
    @vickybn6002 3 ปีที่แล้ว

    thanks a lot, i was almost about to throw it to bin after i gave 24v to Ramps1.4 and blew up my mega board

  • @MohanRaj-ct3wh
    @MohanRaj-ct3wh 2 ปีที่แล้ว

    It can use egs002 module ?

  • @ivanmobile65rossi80
    @ivanmobile65rossi80 4 ปีที่แล้ว

    where i can download the library ? thx

  • @sarojmikubehera5039
    @sarojmikubehera5039 3 ปีที่แล้ว

    Can you make an egg incubator useing this lcd display

  • @lezbriddon
    @lezbriddon 2 ปีที่แล้ว +1

    remove " U8G_PIN_NONE" and save 200 bytes of code space.... test with and without for compatibility etc

  • @newlife4965
    @newlife4965 หลายเดือนก่อน

    Plz how can I used Display LC7981 Graphic Monochrome 240x128 Dot Matrix Lcd Module With arduino uno

  • @KaptanUfuk
    @KaptanUfuk ปีที่แล้ว

    is this work on nodemcu v3 (esp8266)?

  • @marcocaballero8748
    @marcocaballero8748 5 ปีที่แล้ว

  • @asulliv1954
    @asulliv1954 6 ปีที่แล้ว

    Sorry but you reversed the pins on BLK-5v and BLA-GND you had it backwards watch that part of Video!

  • @hungnguyenquoc4996
    @hungnguyenquoc4996 6 ปีที่แล้ว

    should you notice everyone to remove the resistor R9 first! My lcd had been broken ((

    • @TheFastino
      @TheFastino 6 ปีที่แล้ว

      with model b it is not necessary

  • @ctbully
    @ctbully 2 ปีที่แล้ว

    Why arent you telling everyone that once you load the U8G Library and fonts, you have less than 4Kb Memory space for your sketch. The only option is to use a ESP8266 or ESP32 or STM32

  • @nirki
    @nirki 3 ปีที่แล้ว

    8 pins

  • @canalengenhatividade2108
    @canalengenhatividade2108 5 ปีที่แล้ว

    Sugestão de reaproveitamento de display de sucata para usar com Arduino: th-cam.com/video/eWxXGGslvw8/w-d-xo.html

  • @user-hp1xs6jp4z
    @user-hp1xs6jp4z 5 ปีที่แล้ว

    Writing error...

  • @SGOI_AUS
    @SGOI_AUS 3 ปีที่แล้ว

    guess what i can control it with just one chord seriously how smart i am you may ask? i say i need to get off the afghan sweets and the really smart ones out there challenge given, accept it and if you show me a TH-cam vidz of proof just for accepting this ground breaking task ill buy the lucky first person who does prove it online on youtube showing me the one chord connection ill send you a Arduino and Lcd for your hard effort ,,, thoes of you who know dont spoil it for the other smart cookies out there for who i can just see them scratching there head for days weeks months trying to turn it on and completely control it with a single chord how the fuck does it get switched on and off and get controlled by only ONE CHORD , well if you have nothing else to do you may as well im good for it, TRY ME id love to see someone show me they smarter then me challenge. BUT STRAIGHT OUT IT HAS TO BE PROOF ON TH-cam ONE MINUTE MINIMUM OF YOU DOING THE ON OFF AND CONTROL, I WISH YOU ALL THE LUCKS AND THANKS TO THAT ONE SMART COOKIE................................................Competition closes midni8ght 31st December 2021