EEVblog

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

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

  • @Steve3dot1416
    @Steve3dot1416 7 лет назад +7

    This is exactly what I expect from your channel. A way to learn electronics, combined with your experience, not seen in any other channel. A bit of stuff for the beginner, a bit of new stuff for the experiences. Great subject!

  • @stevef6392
    @stevef6392 7 лет назад +10

    I still find it absolutely amazing that LCDs are in everything from cheap calculators to 100" 4K Dolby Vision enabled TVs. You don't get that kind of scaling from any other display technology.

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

      I know it's pretty much common sense that we're surrounded by plastic. But I had the same sense of sort of awe (and horror) when I looked around my house and struggled to find anything that didn't have plastic of some sort in it. The only things really were things like seashells I collected, and maybe my dry wall? Oh and I guess my clothes... well except for the buttons and probably tags. It's mind boggling to realize I'm not just surrounded by the stuff, it's in literally EVERYTHING I own. I feel like this is gonna be one of those things we look back on in the future and say "wtf were they thinking?"
      Like we do with victorian practices. Like using tobacco smoke enemas to cure drowning. Seriously, they actually had rescue kits to do this set up on the Thames. Or using benzene as an aftershave, when we now know it causes leukemia. And the classic opium and cannabis tincture for your baby when they won't sleep. Probably because they're addicted to opium. Not to mention the horrible adulterants that were added to food. There was a book of advice for housewives that suggested adding borax to sour milk to mask the sour taste so you can keep drinking it longer. Wasn't Victorian England so magical? lol

  • @MicraHakkinen
    @MicraHakkinen 7 лет назад +21

    5:38 Funny case in fact about LCD's being sluggish when cold, my mom's car has an LCD displaying (among other info) the outside temperature. When it gets near or below freezing, the temperature indication will blink to alert you to that. Except that precisely because it is cold, the blinking will be almost unnoticeable since the indicator hardly fades before it comes back on again.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 7 месяцев назад

      There is a video about the Gameboy DMG LCD. Strobe light or a fast camera shutter show that it flickers faster than the human eye can see. Do Gameboys fail in winter?

    • @MicraHakkinen
      @MicraHakkinen 7 месяцев назад

      @@ArneChristianRosenfeldt They won't fail just from a low temperature. The cold will negatively affect the screen's responsiveness, causing what is called ghosting. You will see an after image when something disappears from the screen, or a fading trail behind something moving across the screen. But this effect disappears when the display is warmed up again.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 7 месяцев назад

      @@MicraHakkinen good thing that the liquid is not water and can’t break stuff as it freezes. I was just wondering: I know the ghost of the cursor on Ti Z80 based calculators, but there is no ghost on Gameboy.

  • @ChristianKoehler77
    @ChristianKoehler77 7 лет назад +4

    I sometimes used "simple" LCDs directly connected to a micro. You can do that without burning out the display by generating the AC in software. Connect both the common and the segments to GPIOs. Set the common to high and the segment to low and reverse that every 1/100s using an interrupt. To turn off a segment set its GPIO to the same logic level as the common (so no voltage across that segment, even if both the common and the segment change level every 1/100s). With clever programming you can even drive multi common displays this way.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 7 месяцев назад

      There is a video which shows flicker on a Gameboy DMG. Can you let a passive LCD flicker faster than the eye can see using software?

  • @QLTD
    @QLTD 7 лет назад +51

    very useful tutorial, thanks Dave, looking forward to the next part :)

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

    Another presentation (style and content), many will want to emulate. Dave Jones, the educator!
    Cheers.

  • @hrnekbezucha
    @hrnekbezucha 7 лет назад

    My mom had a 16 segment display on a Hifi and I always sat in front of it watching the text scroll. Amazed.

  • @meepk633
    @meepk633 7 лет назад

    I was looking for the second video, then I realized it was published yesterday! I'm finally caught up. I thought this day would never come.

  • @electronicsNmore
    @electronicsNmore 7 лет назад +5

    That was an excellent video Dave!

  • @keyen3
    @keyen3 7 лет назад +8

    Dave, a tutorial on the multiplexing biasing would be great.

  • @piast99
    @piast99 7 лет назад +19

    Well, you actually can drive a simple LCD display with common microcontroller GPIO if you need. Just drive the common electrode and inactive segments low while driving active segments high for 100 ms then switch everything by inverting the output: high on common and inactive and low on active segments for another 100 ms. That way you generate AC square waveform with no DC component relative to the common LCD electrode.

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

      How can this trick work in case of large number of segments where you run out of GPIOs to drive each segment individually?

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 7 месяцев назад

      @@gauravsingh84for starters, a lot of these don’t have one common electrode, but a matrix of rows and columns. At least logical, even if not laid out as such. Then if you pay enough you get a ton of GPIO . Enough for segment LCDs. Not enough for Gameboy DMG.

  • @RaisingAwesome
    @RaisingAwesome 7 лет назад

    This just took a lot of mystique out of the world, but it is very cool to see that simplicity was always there.

  • @pinolec
    @pinolec 7 лет назад +11

    Thanks Dave. Looking forward to next video in the series. Very interesting topic.

    • @GRBtutorials
      @GRBtutorials 7 лет назад +2

      Same. I want an LCD for my multimeter!

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

      @@GRBtutorials hi, if you need an lcd, welcome to contact us at: www.szmaclight.com

  • @ChipGuy
    @ChipGuy 7 лет назад +2

    This big single digit LCD (or a similar one) was used in a clock circuit published in one of these electronic paper magazines. I think it was elektor. It was 10+ years ago. Point is: Since they are static they just used 74HC595 or 4094 (can't remember exactly) to drive all the segments. The common pins were tied together and driven by something else. The microcontroller had to do the AC switching of course. The display is so big that it was no problem to hide the DIL ICs underneath it.

  • @theNeWo1
    @theNeWo1 7 лет назад

    I've always wanted to know how to get custom lcd displays made. Looking forward to the other videos!

  • @TheAstronomyDude
    @TheAstronomyDude 7 лет назад +5

    do a tour of an lcd factory. i really liked that interview with those Aussie calibration engineers.

    • @EEVblog
      @EEVblog  7 лет назад

      +TheAstronomyDude I would if there was one in Australia?

    • @Drew-Dastardly
      @Drew-Dastardly 7 лет назад

      You could perhaps get more success from SerpantZA, though I doubt it - he figured out where youtube get their Silver Play Button awards manufactured locally to him in China and tried to get a factory tour even turning up at the factory gate ruclips.net/video/4EL4xBxc5IA/видео.html

  • @andrewkowalczyk1156
    @andrewkowalczyk1156 7 лет назад

    Excellent video, just in-depth enough to explain the differences, looking forward to the rest of the series

  • @iyatemu
    @iyatemu 7 лет назад +1

    Third time's the charm, eh Dave?
    That really small character LCD is actually used in one product I own, and one I want to own. the TNS-HFC5 Famicom cartridge and OSSC line doubler both use it in its I2C form as the AQM0802 (8 x 2) A or GW (backlight). It's a pretty nice little screen.

  • @ceneblock
    @ceneblock 7 лет назад +2

    You tease! You get me excited for designing a LCD and now I have to wait.
    :(

  • @alansilva803
    @alansilva803 7 лет назад +15

    Dave is full powered today hahaha

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

    Very useful video, it helps a lot. So easy to understand even for non Aussie listeners.

  • @ELVTechnology
    @ELVTechnology 7 лет назад

    Thanks for the video. Ever since I pulled apart things as a kid I've always wondered how LCD's were actually driven. They've been a mystery up until now :).

  • @an1rb
    @an1rb 5 лет назад +2

    It's actually possible to drive the through-hole type (the simplest) LCDs using GPIO output pins by reversing the drive polarity in a loop (I used a 4Hz timer). I used a TI MSP430F2272 micro-controller that had all the required GPIOs.

  • @sprybug
    @sprybug 7 лет назад

    Yes! I've been waiting for this series. I've been wanting to experiment with LCDs for a while, plus I got a Raspberry Pi Zero (and RPZW) coming in the mail. Can't wait!

  • @pdrg
    @pdrg 7 лет назад

    Dave, I loved this, thank you. I had to wait for the right day to watch it and pay attention properly, but this looks like being a really good series, thank you.

  • @qwertyFUBAR
    @qwertyFUBAR 7 лет назад

    I love starburst displays too, and share your unabashed expression of glee.

  • @springwoodcottage4248
    @springwoodcottage4248 7 лет назад

    Super useful, always fabulous learning how to do stuff & LCD displays are things I have stayed away from as there are so many possibilities, but this series looks like it will really help me get to be able to confidently use these lovely things. Thank you!

  • @yareps
    @yareps 7 лет назад

    Great intro! Two questions about defects: 1) Is a black, distinct irregular blob the LC fluid leaking? 2) What is/causes a round-ish fuzzy "burn" spot?

    • @EEVblog
      @EEVblog  7 лет назад +1

      That that would be leakage. No fixing that.

  • @jabelsjabels
    @jabelsjabels 7 лет назад

    Oh man this is great, can't wait for the part about designing a custom one, I've always wanted to do that!

  • @jacob9934
    @jacob9934 7 лет назад

    I'm new to electronics so I love watching your videos to gain knowledge. The only thing I don't understand is, if dc voltage will kill lcd's after a while, than how do calculators use lcd's?

    • @MrJetra
      @MrJetra 7 лет назад

      The same way as any other app. having a LCD. The calculators control IC holds an AC driver circuit.

    • @jacob9934
      @jacob9934 7 лет назад

      MrJetra thank you for responding!

    • @MrJetra
      @MrJetra 7 лет назад

      You're wellcome. If you are capable of reading a datasheet, you could try the Microchip PIC16F916 microcontroller. In section 9 there is a description of different LCD drive modes.

  • @irawarnaca8133
    @irawarnaca8133 7 лет назад

    Great video, thanks Dave! We want more content from the junior Dave as well please.

  • @Smelter57
    @Smelter57 7 лет назад

    Good intro to LCDs. I package these displays into our products at work but not being a circuit designer it's nice to pick up the basics here. I hope you are going to cover how to interface these with micro controllers and give some cover to font sets to use. 5*'s Dave!

  • @jaredkusner1137
    @jaredkusner1137 7 лет назад

    Thanks much. It was great to learn about the different types. Looking forward to following the series and learning more.

  • @danieltille
    @danieltille 7 лет назад +5

    Thanks a lot for your video about displays. I am just disappointed that most displays used in DIY projects are simple few segments LCD or up to 640x480 displays. I would however like to use smartphone displays having much higher resolutions for displaying good quality images. those displays are mainly driven by the MIPI standard. I am still looking in ways to interface those displays with simple microcontrollers and by using an intermediate graphic driver having a frame buffer. The microcontroller would just fill the frame buffer (for picture display , low refreshment would be ok) and the graphic driver would control the "smartphone" quality display accordingly. Maybe this could be an interesting subject for a future video.

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

      You can buy microprocessors that do all of that in a tiny package for about two bucks.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 7 месяцев назад

      Ben Eaters worst video card shows how to read out a frame buffer and send serial data without blocking a CPU.

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

    I love his enthusiasm! It's so adorable and makes me want to learn more

  • @5Komma5
    @5Komma5 7 лет назад

    Thanks Dave! Looking forward for the next parts of the series!

  • @gylkag
    @gylkag 7 лет назад

    Super video, thanks, Dave! Some overview and then making an actual device is the best type of video for hobbyist like me :)

  • @ifthekharahammad5909
    @ifthekharahammad5909 7 лет назад

    Awesome tutorial Dave.... looking forward to the next episode.....

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

    G'day mate, love it when I click on a random RUclips video and it's another Aussie

  • @rpsproject5349
    @rpsproject5349 7 лет назад

    Great video, very interesting. Looking forward to the rest in the series.

  • @PhilXavierSierraJones
    @PhilXavierSierraJones 7 лет назад +1

    In some cases reflective LCDs can be backlit but only 5~20% of light may pass through the reflective layer. Just use other types of LCD, such as transflective LCD!

    • @EEVblog
      @EEVblog  7 лет назад +2

      That's probably a shit reflective display then!

    • @PhilXavierSierraJones
      @PhilXavierSierraJones 7 лет назад +2

      EEVblog
      Very common in Chinese displays! :)

  • @waldoshere7483
    @waldoshere7483 7 лет назад

    Dave, it would be great if you can do a video on the operating hours and life of these LCDs.

  • @dawers6233
    @dawers6233 7 лет назад

    very informative. loved it.
    This video is no less than a blessing for me as i am working on these displays these days.
    Cant wait for the next videos.
    Thanks.

  • @theradiomechanic9625
    @theradiomechanic9625 7 лет назад

    The LCD you removed from the zebra strips was a transmissive unit....

  • @EHProjects
    @EHProjects 7 лет назад

    Great tutorial! Looking forward to the future videos in the series!

  • @brucewoods9377
    @brucewoods9377 7 лет назад +2

    That was a great tutorial on LCD display types. Spot on and makes understanding of these items so much easier

    • @EEVblog
      @EEVblog  7 лет назад

      +Bruce Woods glad you liked it

  • @rocketman221projects
    @rocketman221projects 7 лет назад +4

    Those bare LCDs are a pain to drive without a driver chip. I find it much easier to salvage a VFD from something, than to get a random LCD working.
    I do like using the old 84x48 Nokia LCDs in projects though, they are dirt cheap and simple to drive over SPI.

  • @stromcraft6740
    @stromcraft6740 7 лет назад +2

    Thanks for that video! What would be also very interesting to see a comparision between LCD and TFT.
    How is the readability between LCD and TFT under daylight conditions?
    Is an LCD still the best readable display for outdoor products?
    Lots of motorbikes are switching to TFT-Cockpits but I'm not sure if these are transflective TFTs?

    • @khronscave
      @khronscave 7 лет назад +2

      Technically, TFT's *are* LCD's, but unlike LCD's, they *require* a backlight. TFT = Thin Film Transistor, where each pixel (or do they have them with segments too?) has an associated transistor that turns it on or off, thereby blocking the light coming from the backlight, or letting it through.

    • @stromcraft6740
      @stromcraft6740 7 лет назад

      so its not possible to make a transflective TFT?

    • @MrJetra
      @MrJetra 7 лет назад

      I doubt. The transistor layer would damp the incomming light so much that it would be practically unusefull. You need to take into account that the transistor layer is located on the inner side of the rear glass plate (where the LC liquid is). The reflector is placed outside. The light must pass the transistor layer twice.

    • @stromcraft6740
      @stromcraft6740 7 лет назад

      thank you very much for the explanation!

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

    💚💚💚💚 bookmark/ notes: 11:14 strip / eraser pressure for the changing lcd …..ect……tbc….-g-b, bot

  • @moleculardescriptor
    @moleculardescriptor 7 лет назад

    Good things come to those who patiently wait. :) Thank you for an awesome video!

  • @criptonessy3522
    @criptonessy3522 7 лет назад +1

    Great video, looking forward to the rest of the series. I wonder why a channel like this would have it's videos demonetized though.

  • @grahamagnew
    @grahamagnew 7 лет назад +24

    uSupply LCD at 22:10! :)

    • @GRBtutorials
      @GRBtutorials 7 лет назад +2

      I noticed that too. Is this the LCD you're going to show how to design?

    • @kevincozens6837
      @kevincozens6837 7 лет назад +2

      I was thinking the same when I paused the video to have a closer look at the display. The uSupply has been a long time coming. I'm looking forward to seeing that project becoming available as something we can buy or as a kit we can build.

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

    _Dave trims his right index fingernail at_ *13:50**.* ✂👆🏻

  • @george8bitsworth
    @george8bitsworth 7 лет назад

    Love your instructional videos. Always learn something.

  • @UpcycleElectronics
    @UpcycleElectronics 7 лет назад +13

    What's your go-to prototype display driver/LCD for one off stuff?

    • @EEVblog
      @EEVblog  7 лет назад +6

      Depends on the app. It if was a commercial one-off test jig or something for example then something like the 4D Systems modules are the way to go.

    • @MichaelCharlesbradfo
      @MichaelCharlesbradfo 7 лет назад

      EEVblog hey Dave big hello from the uk

    • @l3p3
      @l3p3 7 лет назад

      You can most probably use cheap FPGAs when it comes to parallel logic. I am expecting you to talk about it in the follow-up episode...

    • @SianaGearz
      @SianaGearz 7 лет назад

      If you don't need anything huge, and especially for hobbyist use, it's just cheapest and fastest to use modules with built in driver and memory, like HD44780-compatible modules (usually with 5mm letters, but there's also a huge 20x4 display with 8mm letters that i've seen), Nokia LCD clones with SPI, monochrome graphic LCDs with ST7565 or something like that. The go-to is certainly HD44780, the smaller ones cost pretty much nothing and you can just keep a bunch.

    • @UpcycleElectronics
      @UpcycleElectronics 7 лет назад

      Siana Gearz
      Thanks for sharing. Believe it or not there are even some rarer 1602 character LCD's that come in an "XL" variety. They are larger than the 2004's, and run on the same HD44780 driver.
      I've been learning about the LCD's associated with the OSHW AVR Transistor Tester project recently. (HD44780 (16×2 Character), ST7036 (DOGM), PCF8812 (Nokia 3410), PCF8814 (Nokia 1100), PCD8544 (Nokia 3310/5110), SSD1306 (OLED), NT7108/KS0108 (Graphic), ST7565 (Graphic), LCD2004, (20×4 Character), ST7735 (TFT), ILI9341 (TFT), ILI9342 (TFT), ST7920 (Graphic)) I have a little more than half of those on my bench.
      The cheap Chinese graphics displays are not very commonly used on the more professional EE projects I've seen. I want to know if there are other basic options that do not cost a fortune. Character displays are great for cheap functionality, but they are a bit dated tech in my opinion. I haven't tried the integrated uC options like the Nextion displays (yet). I'm mostly I interested in discovering the respectable EE world outside of eBay/AliEx/affiliate link content creators ;)
      -Jake

  • @redtails
    @redtails 7 лет назад

    reflective with a led or two on the outside is the best

    • @MrJetra
      @MrJetra 7 лет назад

      Depends on the application!

  • @hockeycrazy165
    @hockeycrazy165 7 лет назад

    This is a great video, love to see this type of content dave!

  • @paulylewis8512
    @paulylewis8512 7 лет назад

    love this kind of video, good topic, very informative, so worth the watch.

  • @RodrigoPhysicist
    @RodrigoPhysicist 7 лет назад

    Amazing video Dave! Can't wait for the next ones :)

  • @Tigrou7777
    @Tigrou7777 7 лет назад

    More tutorials like this please !

  • @boukraloukman
    @boukraloukman 7 лет назад

    good tutorial please keep going on with LCDs

  • @ondrejsvoren1933
    @ondrejsvoren1933 7 лет назад

    You actually have transmissive LCD in your lab - the 2x16 one you took apart (that blue one) is transmissive :)

  • @ApiRote
    @ApiRote 7 лет назад

    I would love more information about the diferent Bias and how to design with a FPGA our own driver, some display with not to much segments.
    Thanks for you videos! :)

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 7 месяцев назад

      3 commenters here drive LCD using GPIO on a uController. So it should be easy with FPGA. Just buy a model with lots of pins .

  • @chetana9802
    @chetana9802 7 лет назад

    please do a series on camera devices or camera sensors also

    • @chetana9802
      @chetana9802 7 лет назад

      awesome video btw waiting for next one

  • @tomgeorge3726
    @tomgeorge3726 7 лет назад

    Hi, Dave , great video, very informative, I will recommend it for reference.

  • @js250
    @js250 7 лет назад

    Off topic, I dig the chart behing you in the around 1:00 into the video. Please provide a bit of info on it.

  • @larrybud
    @larrybud 9 месяцев назад

    Cool! I have a raw glass LCD. Have no idea where I got it, had no idea how I would use it, and still wouldn't use it since I have to drive it!

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

    One thing I have always been curious about with both LCD and LED 7-segment number displays: why do so few of them have the "bottomless" 9s, while most use the bottom segment with their 9s? I think the bottomless 9s look cooler (although I can see why you'd avoid the topless 6s, as they might be mistaken for a b, or vice versa), and it seems they would save power?

  • @tcpnetworks
    @tcpnetworks 7 лет назад

    Good vid, Dave. Keep up the good work.

  • @JoshKaufmanstuff
    @JoshKaufmanstuff 7 лет назад

    @ 23:48 Another Dave geeking out highlight clip for the next compilation ;)

  • @tahirsutube
    @tahirsutube 7 лет назад

    Great video Dave!!! Very informative and interesting!!!

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

    lol I came here because of application note AN658 and now he's pointing me back over there!

  • @PaulCavanagh69
    @PaulCavanagh69 7 лет назад

    An interesting topic Dave well done.

  • @johndrachenberg2254
    @johndrachenberg2254 7 лет назад +8

    Did you purchase the LCD displays with money you withdrew from the ATM machine after you entered your PIN number?

    • @plemli
      @plemli 7 лет назад +7

      John Drachenberg I think he did, and he drove them with AC current while squeaking in the HF frequency spectrum.

  • @ionsuberviola1567
    @ionsuberviola1567 7 лет назад

    Nice video! Looking forward to see the next one 😊

  • @giomjava
    @giomjava 7 лет назад

    Thank you for a cool educational video, Dave!

  • @wernertrptube
    @wernertrptube 7 лет назад

    today you are a rocket star.

  • @Lagggerengineering
    @Lagggerengineering 7 лет назад

    Awesome! Will you do one on OLED displays too? Maybe do a teardown of one also?

  • @crocellian2972
    @crocellian2972 7 лет назад

    Great. This is what the old Dave did so well. Yes Dave, you stopped doing what you were good at. Your viewers are not the problem. Please do more, not less, teaching rather than ranting.

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

    dave, use 2 of those large number lcds for a house number display on your front door!

  • @drdin3442
    @drdin3442 7 лет назад

    Awesome video, looking forward to more.

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

    Wonderful description!

  • @Paww03
    @Paww03 7 лет назад

    Loved this video, thanks Dave!

  • @RonLaws
    @RonLaws 7 лет назад +1

    I have the Display'o'tron Hat for the RasPi, from what I understand this LCD is a COG type, already mounted on a PCB board for convenience. It uses the serial i2c bus on the GPIO but i think it supports other modes too, i'd love to learn how to interface with this directly instead of using the python library.

  • @obtueor
    @obtueor 7 лет назад

    fantastic video. I really appreciate this type of tutorial.

  • @guillep2k
    @guillep2k 7 лет назад

    I really like where this is going! :)

  • @patwicker1358
    @patwicker1358 7 лет назад

    Excellent explanation!

  • @THEtechknight
    @THEtechknight 7 лет назад +3

    VFDs all the way!

  • @dandearman2871
    @dandearman2871 7 лет назад

    I am looking forward to future videos. Interfacing the smaller two of 4 line displays with on-board driver chips is easy enough to understand but interfacing say a color display from a laptop, I'm lost. Displays for the Pie are available but you hook them up and run the software but that doesn't help understand how the interface works. Hope in the future you can cover the different interface requirements to these displays.

  • @ChrisAsipyan
    @ChrisAsipyan 7 лет назад

    Very clear video tutorial!

  • @Mtaalas
    @Mtaalas 7 лет назад +1

    Wonderful video! This is what I personally like ^_^

  • @BloodAsp
    @BloodAsp 7 лет назад

    Great video, I thoroughly enjoyed it, thank you!

  • @0MoTheG
    @0MoTheG 2 года назад

    Could you read the display too?
    That way one could refresh without memory.
    Have a window comparator check if the voltage is not around zero and then invert the voltage to full level.

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 7 месяцев назад

      In more Advanced applications there is not a common electrode, but rows and columns. You apply voltage pulses ( limited by chemical reactions) only for short duty.

  • @blackwingmaster141
    @blackwingmaster141 7 лет назад

    Yess!
    This is the kind of videos I want :)

  • @martinsalko1
    @martinsalko1 7 лет назад

    OMG yeeeeeeaaaas I've been wanting this for ages!!!!!!

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

    Great video!
    How would one go about to get a replacement lcd?
    I have an old electric surface plane meter with a broken display. I have had zero luck finding anything remotely like it when googling for replacement displays.

  • @GRBtutorials
    @GRBtutorials 7 лет назад +1

    BTW, why aren't reflective colour LCDs used in low power applications and ebook readers (instead of e-ink, which is expensive, especially in colour)? Are they more expensive?

    • @rb8nrb8n46
      @rb8nrb8n46 7 лет назад

      GRBTutorials they are in some cases, the pebble smart watches and several activity trackers are using LCD for great power efficiency. Lcd does require a small hold current though and true flipping ink displays just stay.

    • @GRBtutorials
      @GRBtutorials 7 лет назад

      Didn't the Pebble use e-ink display?

    • @rb8nrb8n46
      @rb8nrb8n46 7 лет назад

      GRBTutorials LCD "e-paper". Unfortunately vague term of e-paper used widely in market, e-ink is a brand (although used generically like Kleenex) of bit flipper display and there are others but any display that looks paperish could be called e-paper (think it is a specific brand as well.)

    • @GRBtutorials
      @GRBtutorials 7 лет назад

      So that's how they made it colour. Still, it could be used in multimeters, for example (probably going to use one for mine).

    • @ArneChristianRosenfeldt
      @ArneChristianRosenfeldt 7 месяцев назад +1

      Cheap LCD cannot do white and also fade out if you look just at a slight angle.

  • @weslawsonsilverback
    @weslawsonsilverback 7 лет назад

    Njoyed these!

  • @professor-wright
    @professor-wright 3 года назад

    That. Was. Awesome!

  • @Kcy101
    @Kcy101 7 лет назад

    great video, Did not know that there was this many types :D