Display examples - which one to use?

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 254

  • @jigsound
    @jigsound 3 года назад +25

    What a comprehensive presentation! The I2C protocol is such a powerful and simple solution to a lot of simple tasks. 👌

  • @Nicksperiments
    @Nicksperiments 6 лет назад +9

    Whenever tft displays stay just white, it’s usually a wiring problem so make sure everything is soldered correctly and that no wires have broken

  • @zUltra3D
    @zUltra3D 2 года назад +5

    One thing you missed: For the I2C character LCDs, you don't need to use A4 and A5, you can just use the dedicated SDA and SCL pins on your Arduino.

    • @GurmanDhaliwal
      @GurmanDhaliwal Год назад

      It’s faster that way too, the analog pins will just emulate the sda and scl so will be slower than the dedicated ones

    • @zUltra3D
      @zUltra3D Год назад +1

      @@GurmanDhaliwal well testing with a multimeter shows they're they're the same pins with different markings

  • @LemmyCaution66
    @LemmyCaution66 6 лет назад +2

    A fantastic video/project. I just got myself a 5” MP15001 touchscreen for my Raspberry Pi 3B + and 3A +. I was looking for extra screen info and again I found it here.

    • @stonetechnology
      @stonetechnology 6 месяцев назад

      🤩stone LCD display is professional

  • @batica81
    @batica81 4 года назад +4

    For 128x64 OLED i2c you are actually using only 32 lines in the example. You need to change the default value in the library file Adafruit_SSD1306.h to #define SSD1306_128_64 It will look much nicer :)

  • @aaa72317
    @aaa72317 6 месяцев назад +1

    That banana deserves the like, well done.

  • @joshuaoduroadu5376
    @joshuaoduroadu5376 3 года назад +2

    Very nice and concise overview of the varied screens available out there. Thanks so much for this.

    • @stonetechnology
      @stonetechnology 6 месяцев назад

      🤩stone LCD display is professional

  • @Osmanity
    @Osmanity 6 лет назад +10

    Everytime i get notifications from you it makes my day. Thank you for awesome videos as always!

  • @JuraganLED
    @JuraganLED 6 лет назад

    I like honest videos like this, you included part that it failed to do so

  • @EdAgers110
    @EdAgers110 6 лет назад +3

    I would really like to see you getting the touch screen display working with your Arduino, even if it means buying a shield. I have a number of projects in mind to try to build and it would be great to eliminate the need for any other pushbuttons or keypads, just a power on/off switch. Thanks. Very informative video. You obviously put a lot of time and effort into covering such a wide variety of different displays and how to wire them, and the associated code to make them work - well, most of them, at least :D

  • @contentex1
    @contentex1 6 лет назад +4

    Thank you for so great video! Would you please add a video with operation temperatures which that displays can work? Thank you again!

  • @sayantanpal7953
    @sayantanpal7953 6 лет назад +1

    Thank you so much for the explanation.. now I can choose different displays which is most preferable for my projects

    • @stonetechnology
      @stonetechnology 6 месяцев назад

      🤩stone LCD display is professional

  • @cheri758
    @cheri758 4 года назад +7

    7:32 that lcd lit up for a moment

  • @sadunnakipoglu9471
    @sadunnakipoglu9471 6 месяцев назад

    Thank you and appreciate your effort. Greetings to you from Turkey .

  • @MCsCreations
    @MCsCreations 6 лет назад +8

    Fantastic, dude. Lots of options! 😃
    I need to get into Arduino as soon as possible...

    • @daveyjones5702
      @daveyjones5702 6 лет назад +1

      never been a better time for it :)

    • @MCsCreations
      @MCsCreations 6 лет назад

      @@daveyjones5702 Great! 😃
      I didn't buy an Arduino kit yet because I'm buying stuff a bit expensive... Things to use in quadcopters and rc wings/airplane builds. 😃
      I still need a 3d printer too... But, eventually, I get there. 😊

  • @parameshpavin2708
    @parameshpavin2708 6 лет назад +3

    Nice video,it is nice to see e paper displays working,my suggestion is to make more informative videos on e paper displays but overall it is good👍👌

  • @Livefreeman
    @Livefreeman 6 лет назад +5

    nice video. we all love you. keep up the good work. show us how to display pdf or ebook on e-paper.

    • @ximos8824
      @ximos8824 6 лет назад +1

      You didn't mention nexion display i think they are quite good

    • @ELECTRONOOBS
      @ELECTRONOOBS  6 лет назад +1

      @@ximos8824 Next week video is all about that

  • @joetke
    @joetke 6 лет назад

    Thanks for the review. It's instructive. I'm interested mainly in the largest display that didn't work...

  • @johnjoyce
    @johnjoyce 6 лет назад +2

    You could of course also do a whole video on the many ways to use addressable LEDs, the tapes, the individual chips and matrix modules. Tape and chips can be arranged to fit in many patterns and enable different usage styles. Power is the big gotcha always, and logic level conversion if board or SBC is 3.3v instead of 5v

  • @guzman-do
    @guzman-do 6 лет назад +27

    Do detailed OLED tutorial, pls!

    • @johnjoyce
      @johnjoyce 6 лет назад +4

      Definitely not enough good OLED tutorials out there. Great suggestion!

    • @elabinnovations
      @elabinnovations 5 лет назад

      128×32(OLED 0.91)

    • @ranjiths7627
      @ranjiths7627 4 года назад +2

      128x64 oled display only displays 1st row whatever the cursor value and shows like snow on bottom full 7 rows
      How to get it work properly, it was like that when i brought, i thought my codes are incorrect, then i uploaded library example program, the same problem again

  • @mfalme254
    @mfalme254 5 лет назад

    i really enjoy your video. THANKS FOR THE OVERVIEW. i prefer the DSD screens because needs fewer pinouts.

  • @GnuReligion
    @GnuReligion 6 лет назад +2

    The OLEDs are my favorite too. The SPI version is much faster, but requires control of an extra pin in addition to the 3 SPI, reset.
    You can buy mini 4-digit 7-seg displays for $0.20/ea on Ali, but those 12 control wires + 8 resistors generate a rat's nest. A little painful to control, as well.

  • @baluk3182
    @baluk3182 5 лет назад +15

    0:37
    have you noticed that the subscriber count went from 71k to 67k !
    ☺☻

    • @kingdavid4463
      @kingdavid4463 4 года назад +1

      Better not ring that bell in the future.

    • @rujanshrestha6730
      @rujanshrestha6730 3 года назад +1

      It means, pressing the bell icon will decrease his subscriber.

  • @Moosetraks21
    @Moosetraks21 6 лет назад

    this video must have been a lot of work! great job!

  • @gl0sek
    @gl0sek 6 лет назад +4

    I would love to use e-ink screens in my projects but they are way too expensive. For me the best one is the nokia screen. It's cheap and gets the job done.

    • @Livefreeman
      @Livefreeman 6 лет назад +1

      you are right, they are too expensive. it's cheaper to buy a used e-reader and extract the display out of it. I have seen people selling e-readers with 5 inch display for like 15 dollars (used). I was wondering if someone was able to extract the screen and use it on arduino. I am just not that knowledgeable in using e-ink dispaly. if someone tried extracting e-display from a e-reader, and used it on arduino, please share the link because I want to try this project.

    • @gl0sek
      @gl0sek 6 лет назад +2

      @@Livefreeman I don't think it's that simple. Most likely there is some proprietary communication protocol with e-reader screen. You would need a driver or a lot of reverse engineering. That said I would love to know how people do this kind of stuff.

  • @UpcycleElectronics
    @UpcycleElectronics 6 лет назад +1

    I like the ST7920, KS0108, and ST7565 too. I really like Oliver's U8g2 library on the Arduino IDE. He covers a lot of LCD options.
    If you get any of the LCD's that have "MCUfriend" on them, they are Ardy1 shields. The MCUfriend library is designed for a specific pinout. This means the display is auto detected and configured when the library is added to a project. This is really cool because there are multiple brands and models supported but you don't need to know the details. Plug it in, run the test sketch and it will return all of the data you need automatically.
    Lastly the Hitachi HD44780 displays (1602, 2004, etc.) also come in extra large versions that are a little harder to find. They are usually around $15-$20 each but they are pretty cool if you want to build something that looks interesting and different but just uses a simple display.
    -Jake

  • @Neuron43
    @Neuron43 6 лет назад +1

    Interesting stuff! I have an old Home Theater PC case from nMedia that offered an optional 16x2 display which could show all kinds of information like song titles and volume level but the screen seems to have disappeared from online stores. I downloaded the software for it from nMedia in case I would find one someday. Any idea where I could find one?
    Thanks

  • @nasa2010
    @nasa2010 6 лет назад

    Am I the only one getting the "banana for scale"? Good job mate see you on 9gag

  • @timeltdme4355
    @timeltdme4355 5 лет назад

    your channel name is so true

  • @MouseWanted
    @MouseWanted 3 года назад +1

    can you explain why every tutorial i watch and read use D4, D5, D6, D7? not D0, D1, D2, D3?
    or, do you have some documentation that I can read?
    your answer will be very helpful. thank you

  • @MadHatter764
    @MadHatter764 5 лет назад +4

    I like your custom PCBs - you should start selling them as kits.

  • @lalchandra4590
    @lalchandra4590 6 лет назад

    Thanks Electronoobs. I really need this kind of video. This video answers many questions of Arduino beginners.

  • @JohnJones-oy3md
    @JohnJones-oy3md 6 лет назад +4

    2:47 - A third option is to use the LCD in 4-bit mode to save pins.

    • @HA7DN
      @HA7DN 6 лет назад

      He's already doing that.

    • @JohnJones-oy3md
      @JohnJones-oy3md 6 лет назад

      @@HA7DN You're right. Looked at it on the larger PC screen and sure enough, 4-bit mode.

    • @goodfood2464
      @goodfood2464 4 года назад

      shift register is used and only 3 pin required for lcd.

  • @JeffriRanger
    @JeffriRanger 6 лет назад +3

    7:33 Electric man!

  • @kaspariito
    @kaspariito 5 лет назад +1

    hey. thank you. Can you please add the link for the 16x2 serial module to control the display (the one that we can use to use less wiring) Thank you for all the awesome content you create!!! :))

  • @andreitcaci4924
    @andreitcaci4924 3 года назад +1

    This is such a cool and well explained video! Thank you as well for all the codes posted underneath to play with. Subscribed)

  • @MrTigger015
    @MrTigger015 6 лет назад +3

    some TFT displays are working at 3.3v and others run at 5v

    • @xGOKOPx
      @xGOKOPx 4 года назад

      Fortunately, Arduino provides you with both

  • @_xwtk
    @_xwtk 4 года назад

    The Nextion/TJC displays are the best ones.

  • @rujanshrestha6730
    @rujanshrestha6730 3 года назад +2

    I don't understand, what is the role of banana in every types of display?

    • @algogeminus
      @algogeminus 6 месяцев назад +1

      For size comparison.

  • @devdharma3050
    @devdharma3050 5 лет назад

    Your videos make me want to learn electronics :)

  • @chk1414
    @chk1414 6 лет назад +2

    Try u8g2 or u8g library with oled displays

  • @Aceino
    @Aceino 5 лет назад

    Very helpful, thank you! I'm new to the micro controller world and this was very useful.

  • @dukefleed8369
    @dukefleed8369 3 года назад +1

    Which is the best display that can allow adding more than one code for multiple operations?

  • @undamned
    @undamned Год назад

    Nice overview!

  • @muhammadizzhakimi3355
    @muhammadizzhakimi3355 4 года назад

    nice presentation , good work

  • @yashshah7137
    @yashshah7137 2 года назад +1

    @Electronoobs how can you show your battery percentages in oled display i want to know the process. do help if possible. thanks in advance.

  • @ManfredAckermann
    @ManfredAckermann 5 лет назад

    Don't be offended, but I expected a bit more from this video. So yes, more in depth would be appreciated. For example display speed : I bought a 3-color e-Paper display and now I know that it's only useful for rarely changing content because the repaint time is in the area of 2-3 seconds. Also energy consumption would be an interesting topic. And visibility outside an studio environment in the sun or at low light areas.

  • @raybright5805
    @raybright5805 6 лет назад

    Excellent summary.... I'm now subscribing to your site

  • @tjshere206
    @tjshere206 4 года назад

    You should of discussed mounting bezels for the displays.
    For the display to be useful, you need to have a clean method of mounting the display on a panel or box.
    Not much use on a breadboard unless you're just testing the operation.
    I have been very disappointed in the lack of mounting hardware that's available for these nice displays and a lot of us don't have a 3D printer or CNC machine to create these parts.
    You can get a bezel for the Nextion displays but they are poorly designed as they don't cover the flat ribbon connector.
    You could cut an opening yourself, but it has to be a perfect rectangle it you want it to look professional.
    The 7 segment and dot matrix displays should have a tinted plastic window over the display if you want to see the display properly.
    The window should be part of the bezel.
    If you know of a source to get bezels for these displays, please let me know.

  • @Gameplayer55055
    @Gameplayer55055 4 года назад +1

    I have some questions about displays:
    Why e-paper display blinks? Can it change only updated area(kind of double buffering?)
    My nokia 5110 has weird crystals inside, so it looks horribly and covers some display area.
    Why? have I damaged it, or it is factory defect?
    I heard that screen libraries are shitty and grabs all memory resources. So I should write own libraries, and which is better?

  • @mindaugasvaskevicius1818
    @mindaugasvaskevicius1818 6 лет назад +1

    Are you considering making a tutorial for some of the displays, but in C, C++, or assembly? I'm not quite an Arduino person.... I prefer my code to contain interrupts and as least NOPs(delays) and DO NOTHINGs as possible.

  • @exoticcar5482
    @exoticcar5482 Год назад

    Wish you included dot matrix vacuum fluorescent displays

  • @yadwindersingh9494
    @yadwindersingh9494 5 лет назад

    Superb video
    Helpful for me .......I learn something new techy today

  • @ravichandel8690
    @ravichandel8690 2 года назад

    epaper and other i really like please make more detail video and how can i learn electronics and do this type of projects

  • @daigriffiths6476
    @daigriffiths6476 8 месяцев назад

    Yes thanks, even more would be brilliant. Great videos.

  • @juliankupfer3440
    @juliankupfer3440 6 лет назад +2

    Your subscribers decreased when you clicked the notification bell... Don't think that should happen

  • @jvguitargt
    @jvguitargt 3 года назад +1

    Hi! I have some devices that use the Oled 128x64, However I've noticed that some of of them are faulty (dark spaces, missing characters, etc) Do you know if this kind of display can be cleaned? or is it better to replace them?

  • @bharatghori4422
    @bharatghori4422 6 лет назад

    very nice introducing to displays thank a lot

  • @isoguy.
    @isoguy. 6 лет назад

    Awsome video and cannot wait to use some of these in my projects, would like to see a detailed use of oled display showing results of relay activity e.g. relay normally open activated, temperature of room is......., on oled, house cooling fan activated on oled, heater activated on 9led etc. Thanks for sharing

  • @MAKERQ
    @MAKERQ 6 лет назад

    Make a reflow oven using toaster oven

  • @HSRMF
    @HSRMF 6 лет назад +96

    when you will eat that banana ?

  • @SIKHGT650
    @SIKHGT650 6 лет назад +1

    Liked and comment first , than watched video....great video...thanks bro

  • @RixtronixLAB
    @RixtronixLAB Год назад

    Nice video, well done, thank you for sharing the knowledge with us :)

  • @a6dulsalam511
    @a6dulsalam511 6 лет назад +3

    where lcd 64*128 ST7920 ???
    whyyy 😢

  • @amkp40technology
    @amkp40technology 6 лет назад +1

    Nice.

  • @RishiKumar-zv3lc
    @RishiKumar-zv3lc 5 лет назад

    Wow.......I really wanted a channel like this ❤️
    And, I got you 👍
    Thank you..
    ..
    ...
    ...
    ❤️

  • @stephanedenis5394
    @stephanedenis5394 6 лет назад +1

    Good review, very interresting.

  • @robortkristensen3818
    @robortkristensen3818 5 лет назад

    Ever considered playing with a display from a modern car. Would be great for EV convertion projects

  • @Duriel1000
    @Duriel1000 2 года назад

    Hello. I want to make a DIY digital shelf with multiple displays. Any thoughts?

  • @sneakyplays101
    @sneakyplays101 3 года назад

    im using color tft touchscreen for my project

  • @awdhootkanawade
    @awdhootkanawade 6 лет назад +4

    Why do you love that Banana that much

  • @Wilson84KS
    @Wilson84KS 6 лет назад

    How did you get your own logo as bootscreen with the adafruit library? As soon I call a bitmap in setup routine the adafruit logo shows up :/
    Very informative video, my favorite is the Nokia LCD, I just love it, it's not only the price, but also the possibilities, I can show big letters and numbers but also build a menu with small letters and numbers and also print bitmaps, my first one for Arduino I got from my Nokia 3310 where I worked a long time for as I was a teenager, I had luck because that is one of the LCD's with golden contacts on it and not that stupid rubber that never works again properly after touching it once.

  • @mlupdate1678
    @mlupdate1678 3 года назад

    the library you used for OLED display can also use in any type of arduino module?

  • @KamilHisoka
    @KamilHisoka 6 лет назад

    I would like to see more Videos with the NOKIA 5110 display.

  • @Vimlesh-Kahani
    @Vimlesh-Kahani 4 года назад

    Please make a tutorial on Paper Display Technology. I am thinking to build my own Kindle version eBook reader

  • @vivekvenkatsubramaniam437
    @vivekvenkatsubramaniam437 6 лет назад

    How do you find out how much power these screens pull? I assume those LCD displays with backlights draw a lot of current? Am I right in assuming that the smaller the screen, the lower the current consumption?

  • @Ayush-tl8se
    @Ayush-tl8se 6 лет назад

    Well, great video. Keep it up. It gives us good knowledge. You r doing great job. Thanks for making videos like this.

  • @JSwinAus
    @JSwinAus 4 месяца назад +1

    actually you can control the lcd with only four data wires with the liqud crystal

  • @Taran72
    @Taran72 6 лет назад +1

    Wow! Great tutorial!

  • @efvarela3
    @efvarela3 4 года назад

    Great, oh may you please explain how to use them in parallel with another SPI module?, for example the nrf24 module. Wiring LCD is so simple but actually i am having some noise pixels, connecting the ST7920 and nrf24. Is it necessary a decoupling capacitor for LCD too?.. Your vids are awesome

  • @jayakarmanoharan3947
    @jayakarmanoharan3947 4 года назад

    Can you suggest which display is best for out door environment??

  • @bichismasher
    @bichismasher 5 лет назад

    what about that banana display??? can you provide the library for it? it will be useful

  • @dellodel9502
    @dellodel9502 2 года назад

    Very good video
    Thanks

  • @hemantmundhe6662
    @hemantmundhe6662 6 лет назад +1

    Nice video,please make anther tutorial video for 12864 graphics lcd display.full details.thanks bro

  • @prithwishs.1488
    @prithwishs.1488 4 года назад

    Thanks a lot for this presentation

  • @kranthi143B
    @kranthi143B 4 года назад

    Excellent sir

  • @kapilverma_brutecoder
    @kapilverma_brutecoder 4 года назад +1

    Can you please make Displays with Nodemcu please, I beg.

  • @wotesi
    @wotesi 5 лет назад

    Thank you for video. I have a question - I have Graphical LCD 128x64 screen. Would you please suggest me what library should I use? In my project I just need simple text print, small enough to be able to write several lines. P.S. the screen I have it has controller: ST7920 and it is of this type: HJ12864ZW.
    Thanks!
    BR,
    Valters

  • @gamerpaddy
    @gamerpaddy 6 лет назад +1

    didnt use the nokia display 3.3v? connecting directly to arduino "may" break it if youre unlucky

  • @saliksheraz6236
    @saliksheraz6236 4 года назад

    Best tutorial

  • @leehewitt9559
    @leehewitt9559 6 лет назад

    Great video many thanks for sharing

  • @colasmaroc8435
    @colasmaroc8435 5 лет назад

    Great work, think you very much

  • @ChrPeter
    @ChrPeter 4 года назад

    Thank you for this video. I am currently working on a data-logger with the NOKIA display and the SD-cardreader/clock shield. Have you ever combined these? I am having difficulties using these two libraries: a) and b) It appears to me that they are not working together. Any thoughts? (Used pins for the NOKIA display: Adafruit_PCD8544 display = Adafruit_PCD8544(7, 6, 5, 4, 3);)

  • @keithking1985
    @keithking1985 5 лет назад

    I like the e-paper display

  • @paulgupta2454
    @paulgupta2454 2 года назад

    What display would you recommend for people with low vision? I am building a things for people with disabilities who need larger letters to be able to read them. Not even large displays just like a 3 inch or so screen that could display "Volume up" for example

  • @Digitalcreator9165
    @Digitalcreator9165 3 года назад

    Nice video.

  • @adrianovergara1784
    @adrianovergara1784 5 лет назад

    Can you make a 2.5 - 32 volts automotive logic probe with volts display for tutorials?

  • @xav500011
    @xav500011 5 лет назад

    LCD 1602 displays are very blurry when scrolling text, graphics.

  • @usrrsr
    @usrrsr 4 года назад

    It will be nice if you add power and current consumption of led displays

  • @carelhaasbroek1575
    @carelhaasbroek1575 3 года назад

    I assume most of these that work with drivers can be used with raspberry pi?