Тёмный

EEVblog  

EEVblog
Подписаться 948 тыс.
Просмотров 180 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 347   
@MicraHakkinen
@MicraHakkinen 6 лет назад
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 5 месяцев назад
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 5 месяцев назад
@@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 5 месяцев назад
@@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.
@QLTD
@QLTD 6 лет назад
very useful tutorial, thanks Dave, looking forward to the next part :)
@piast99
@piast99 6 лет назад
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 5 месяцев назад
@@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.
@ChristianKoehler77
@ChristianKoehler77 6 лет назад
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 5 месяцев назад
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?
@stevef6392
@stevef6392 6 лет назад
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 года назад
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
@antoineroquentin2297
@antoineroquentin2297 6 лет назад
Ben from Applied Science made a video about literally building an LCD: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-d4QFNWBSZYg.html
@Steve3dot1416
@Steve3dot1416 6 лет назад
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!
@greenaum
@greenaum 6 лет назад
As far as driving them, can't you put them between 2 output pins of a micro? And have the pins alternate between 1 and 0 in opposite phase? That's AC. Actually I tried that with an Arduino and didn't get anything, wasn't sure if I'd got the frequency right. That said I didn't know the pinout, just a random scrap glass module, tried running wires between contacts at random, and guessing the frequency, between about 10 and 100Hz.
@ArneChristianRosenfeldt
@ArneChristianRosenfeldt 5 месяцев назад
The exact frequency is mostly important for the lifetime of the LCD. You should see something!
@electronicsNmore
@electronicsNmore 6 лет назад
That was an excellent video Dave!
@danieltille
@danieltille 6 лет назад
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 лет назад
You can buy microprocessors that do all of that in a tiny package for about two bucks.
@ArneChristianRosenfeldt
@ArneChristianRosenfeldt 5 месяцев назад
Ben Eaters worst video card shows how to read out a frame buffer and send serial data without blocking a CPU.
@keyen3
@keyen3 6 лет назад
Dave, a tutorial on the multiplexing biasing would be great.
@an1rb
@an1rb 5 лет назад
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.
@pinolec
@pinolec 6 лет назад
Thanks Dave. Looking forward to next video in the series. Very interesting topic.
@GRBtutorials
@GRBtutorials 6 лет назад
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
@grahamagnew
@grahamagnew 6 лет назад
uSupply LCD at 22:10! :)
@GRBtutorials
@GRBtutorials 6 лет назад
I noticed that too. Is this the LCD you're going to show how to design?
@kevincozens6837
@kevincozens6837 6 лет назад
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.
@SevenDeMagnus
@SevenDeMagnus 3 года назад
Cool. I hope I can fix my Viewsonic 17" LCD which flicker every 15 seconds after 30 minutes of being ON. I replaced all capacitors but it still flickers. Where should I check next? Also the OLED of my Wacom Intuos won't turn ON (it used to display a display but some lines are missing), what should I check on that Wacom's OLED section/module? Thank you. God bless, Rev. 21:4
@bassblaster505
@bassblaster505 6 лет назад
Only took 3 tries mate lol
@rocketman221projects
@rocketman221projects 6 лет назад
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.
@EVRLYNMedia
@EVRLYNMedia 6 лет назад
wait... i noticed that i can view the screen of my 3ds just fine in direct sun and indoors so i think it uses a transflective display. i dont know how they were able to get the 3d technology to work with this sort of display though
@iyatemu
@iyatemu 6 лет назад
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.
@marcus4909
@marcus4909 6 лет назад
i pealed off the plastic off my phone screen so that only i could see it with polarized glasses.
@marcus4909
@marcus4909 6 лет назад
basicly everyone else just sees me using a white screen lol
@ChipGuy
@ChipGuy 6 лет назад
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.
@DataToTheZero
@DataToTheZero 6 лет назад
Wait Wait wait, Are you saying I can make my own serious of POP Stations, I'll be rich, RICH I tells you RICH!!!!
@johndrachenberg2254
@johndrachenberg2254 6 лет назад
Did you purchase the LCD displays with money you withdrew from the ATM machine after you entered your PIN number?
@plemli
@plemli 6 лет назад
John Drachenberg I think he did, and he drove them with AC current while squeaking in the HF frequency spectrum.
@ceneblock
@ceneblock 6 лет назад
You tease! You get me excited for designing a LCD and now I have to wait. :(
@ms767210
@ms767210 6 лет назад
Is there a trick to refitting the zebra strip to those lcd's? I remember I pulled one apart and reassembled and it never worked properly again. Seemed to need to put pressure on it to get it to work after that.
@ArneChristianRosenfeldt
@ArneChristianRosenfeldt 5 месяцев назад
I guess there is an oxide layer everywhere, but on the original contacts.
@UpcycleElectronics
@UpcycleElectronics 6 лет назад
What's your go-to prototype display driver/LCD for one off stuff?
@EEVblog
@EEVblog 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 6 лет назад
EEVblog hey Dave big hello from the uk
@l3p3
@l3p3 6 лет назад
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 6 лет назад
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 6 лет назад
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
@TheAstronomyDude
@TheAstronomyDude 6 лет назад
do a tour of an lcd factory. i really liked that interview with those Aussie calibration engineers.
@EEVblog
@EEVblog 6 лет назад
+TheAstronomyDude I would if there was one in Australia?
@Drew-Dastardly
@Drew-Dastardly 6 лет назад
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 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-4EL4xBxc5IA.html
@MrEdrftgyuji
@MrEdrftgyuji 6 лет назад
There's going to be so many people triggered in the comments over Dave saying "LCD Display".
@RonLaws
@RonLaws 6 лет назад
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.
@dgo85
@dgo85 6 лет назад
19:02 isn't the blue one(@ 10:38) transmissive? at least I thought that since the ones like that "blue backlight lcd 16x2 whatever" seem to be unusable unless you use the backlight
@fubaralakbar6800
@fubaralakbar6800 3 года назад
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?
@Lampoonlongtails
@Lampoonlongtails Год назад
Another presentation (style and content), many will want to emulate. Dave Jones, the educator! Cheers.
@HammadKhanYT
@HammadKhanYT 6 лет назад
This is the 2nd video link "How to drive LCD" ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ZP0KxZl5N2o.html and 3rd "Custom LCD design" ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ZYvxgl-9tNM.html
@alansilva803
@alansilva803 6 лет назад
Dave is full powered today hahaha
@Audio_Simon
@Audio_Simon 6 лет назад
Dave, while you were touching the 4 common display it said 'OC261985'
@Ellsing123
@Ellsing123 2 года назад
Cristal display IS GOOOOOD for musices, but very very bad for reading. Thats know.
@Aoran-LCD-Display-Module
@Aoran-LCD-Display-Module 4 месяца назад
Thanks for sharing the video ..useful ..and we produce LCD too, we can cooperate ..
@eldstgilmorbarboydodellatb4413
@eldstgilmorbarboydodellatb4413 2 года назад
💚💚💚💚 bookmark/ notes: 11:14 strip / eraser pressure for the changing lcd …..ect……tbc….-g-b, bot
@THEtechknight
@THEtechknight 6 лет назад
VFDs all the way!
@blockbertus
@blockbertus 6 лет назад
Dave, please... for the love of everyones sanity: LC-Display or LCD! But please... never LCD Display. That is redundant.
@PauloIrineudeSouza
@PauloIrineudeSouza 2 года назад
I have a old cog screen lcd, with out of production ic driver, with específic pin descripition layout. Today, i see many ic drivers compatible with the same resolution (128*64) but not with 36 pin and same descripition interface. There is another way to solve this problem without buy a single one custom screen?! Emulator, Arduíno, any help?! I just want repair one an RC Radio, and learn something.
@Sentinel-1
@Sentinel-1 6 лет назад
How about to say something about OLED displays? :) They are very popular nowadays.
@ErnieSesameStreet
@ErnieSesameStreet 6 месяцев назад
Can you do a video on how to change the polarizer film? My battery charger has been used for 10 years and the LCD screen has faded. It is using flat flex that glue onto the board, and can't be removed, I'm afraid damage the flat flex while changing the polarizer film and leave it as it is while still using as it is still working. Thank you
@yakacm
@yakacm 6 лет назад
The LCD display is the same colour as the table under it, if it wasn't for the silver connectors it would look like the display as appearing on the table by magik.
@VoidHalo
@VoidHalo 2 года назад
lol I came here because of application note AN658 and now he's pointing me back over there!
@zecorho3978
@zecorho3978 4 года назад
ooooooh so that's why I couldn't get repeatable resutls. I was feeding it DC....
@thewhitefalcon8539
@thewhitefalcon8539 6 лет назад
How come that single-digit LCD has so many pins? It should only have 8 segments + common, but it seems to have 20. Is it just multiple connections?
@larrybud
@larrybud 7 месяцев назад
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!
@theradiomechanic9625
@theradiomechanic9625 6 лет назад
The LCD you removed from the zebra strips was a transmissive unit....
@richardhead8264
@richardhead8264 3 года назад
_Dave trims his right index fingernail at_ *13:50**.* ✂👆🏻
@crocellian2972
@crocellian2972 6 лет назад
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.
@blackbearelectronicswithco9541
@blackbearelectronicswithco9541 2 года назад
I like to go to my e-waste recycler to get free LCD screens. I find them on commercial telephones and printers
@onlyrgu
@onlyrgu 6 лет назад
Now I know, Why some of my Casio G shocks are not back lit but they have amber led light from the side !
@Mtaalas
@Mtaalas 6 лет назад
Wonderful video! This is what I personally like ^_^
@dreamyrhodes
@dreamyrhodes 3 года назад
How many really say "LCD display", even engineer professionals
@MrGoatflakes
@MrGoatflakes 6 лет назад
Why the actual fuck would they demonetise your videos Dave?
@lumpywhitehead9623
@lumpywhitehead9623 2 года назад
10:38 i have one of these screens but i took off the electro-pink thingys and i am wondering how to turn it on with just my hands. Any suggestions?
@zxc1423m
@zxc1423m Год назад
Sir I wonder how speedometer lcd display 58 pin to modify to tft display
@stromcraft6740
@stromcraft6740 6 лет назад
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 6 лет назад
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 6 лет назад
so its not possible to make a transflective TFT?
@MrJetra
@MrJetra 6 лет назад
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 6 лет назад
thank you very much for the explanation!
@gamzboyz5131
@gamzboyz5131 3 года назад
Hi do you know where to buy a rear polarizers for LCD game?
@somedude4122
@somedude4122 6 лет назад
Applied Science has an excellent video on how LCDs work and how to make one too. If anyone's interested, check him out
@xotmatrix
@xotmatrix 6 лет назад
"Hi! This is the first video" - not by my count.
@blockbertus
@blockbertus 6 лет назад
Did you Initialize your array incorrectly? You should check that out. ;-D
@criptonessy3522
@criptonessy3522 6 лет назад
Great video, looking forward to the rest of the series. I wonder why a channel like this would have it's videos demonetized though.
@j4ck32
@j4ck32 6 лет назад
i smell a custom LCD on the new µSupply ;)
@giomjava
@giomjava 6 лет назад
Where can one get a transparent (very clear) or "transmissive" LCD? Seems like they're not very wide-spread. Just a couple of videos on youtube that show off a couple of products in Japanese.
@ArneChristianRosenfeldt
@ArneChristianRosenfeldt 5 месяцев назад
LCDs only pass polarised light. Half of the light is blocked.
@kalvykalv
@kalvykalv 6 лет назад
Yay new video
@erikakerberg1104
@erikakerberg1104 6 лет назад
Is it at all possible to get that long-sleeve shirt even thought their no longer available? I really want one.
@sipa2123
@sipa2123 6 лет назад
"didn't have example of transmissive LCD" isn't that the bogstandard computermonitor stuff nowadays?
@mrwonk
@mrwonk 5 лет назад
Why would anyone demonitize Dave?
@shadysalman
@shadysalman 6 лет назад
Hi Dave, I have seen some see through LCDs on AliExpress. I am not asking about see through OLEDs. I am asking about segment displays. They are normally alarm clocks with see through segment display. What is the technology behind them? Thanks
@vladimir0700
@vladimir0700 3 года назад
I have some of the very same 7-segment single digit displays and had some fun turning on the segments by touching them with my fingers. Got them quite a few years ago intending to build a clock with them but haven’t gotten around to it as yet. What I have been looking for is a 12-14 digit 7 segment static drive (non-mux) display. I don’t suppose anyone out would know where I could buy one?
@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 5 месяцев назад
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.
@Roxor128
@Roxor128 6 лет назад
Ah, so it IS possible to have an LCD screen that can use either reflected light or a backlight! I've been wondering for years if it was possible, and if so, why the phone manufacturers don't use it for their screens. Seems like it would be a good way to save battery power. Reflection when it's bright, backlight when it's dim.
@phuocbolip
@phuocbolip Год назад
Help me to buy poralizer for CSTN mode. KCB104VG2CA-A43 ❤
@stephenanthony661
@stephenanthony661 6 лет назад
It`s not as bad as Americans saying soder for solder .
@dandearman2871
@dandearman2871 6 лет назад
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.
@Synthematix
@Synthematix 6 лет назад
very good thumbs up
@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.
@craigjensen6853
@craigjensen6853 2 года назад
Can you still get custom VFDs?
@gcewing
@gcewing 6 лет назад
"Nematic", not "pneumatic". :-)
@ondrejsvoren1933
@ondrejsvoren1933 6 лет назад
You actually have transmissive LCD in your lab - the 2x16 one you took apart (that blue one) is transmissive :)
@MrJetra
@MrJetra 6 лет назад
I'm concerned of the costs. If you are designing displays in a business, the design costs are not a large problem because you normally can spread the costs out over the production lifetime. But is it affordable for hobbyists to design their own displays? I doubt, but let's see what Dave comes up with.
@simonstergaard
@simonstergaard 6 лет назад
i would change the kale colored background u have behind them displays....we eat meat...
@Darknecros7
@Darknecros7 6 лет назад
I wonder what's the largest 14 or 16 segment LCD display out there? Is there any that's like 100 characters x 40 rows or something like that? I maybe exaggerating a bit there but would be interesting to see what the largest they go to is.
@EmersonCapuano
@EmersonCapuano 6 лет назад
Very very very funny and clever video man. Nice explanation about these devices. I am planning to buit a vfo and I need your help. Could you?
@Autotrope
@Autotrope 3 года назад
G'day mate, love it when I click on a random RU-vid video and it's another Aussie
@guitarguy3688
@guitarguy3688 6 лет назад
His voice sounds like a crazy evil scientist
@luizazeredo5197
@luizazeredo5197 2 года назад
Como utiliza o display com flat cof?
@IGWTS
@IGWTS 6 лет назад
This is probably a lame question: Have you ever tried to use the electric field of a say a capacitor to light up LCDs not in a pattern but as an application like a flashlight. If all it takes to light up the LCD material is an electric field the field of a charged capacitor could act as a very long lasting LCD lighting device? Charge the capacitor and the LCD lights as long as the cap has an electric field, and a cap is nothing but an electric field.
@fractalnomics
@fractalnomics Год назад
6:00 temp and electric field
@PERILEX
@PERILEX 6 лет назад
Why don't you use a matrix LCD for your Multimeter project? :D
@olw4196
@olw4196 3 года назад
That. Was. Awesome!
@hrnekbezucha
@hrnekbezucha 6 лет назад
My mom had a 16 segment display on a Hifi and I always sat in front of it watching the text scroll. Amazed.
@BadAndUgly
@BadAndUgly 6 лет назад
Still like VFD's more =)
@12voltvids
@12voltvids 6 лет назад
Do you get the backlash I get every time I mention patreon? I mention that word, and loose about 500 subscribers immediately and get every crackpot tell me a story why they will never support anyone on patreon and how patreon funds hate groups ect.
@EEVblog
@EEVblog 6 лет назад
+12voltvids never had that. But I hardly ever mention it.
@12voltvids
@12voltvids 6 лет назад
EEVblog Mentioned it once and the fit hit the shan so to speak.
@12voltvids
@12voltvids 6 лет назад
I mentioned that in light to the demonitozing by youtube that I was going to start putting up some exclusive videos for patreon supporters in an attempt to grow my patreon base, as out of 26,000+ subscrivers, I have 40 or so patreon supporters. It blew up in my face and I lost close to 1000 subscribers over about a week. I do release some exclusive content for patreon supporters, and some long edits of public videos, but I still see very few people willing to support me. It is still 99.9% youtube revenue that keeps my channel going, which like yours is mostly an electronics repair / build channel that I have had going for about 6 years.
@SianaGearz
@SianaGearz 6 лет назад
Perhaps you got rid of subscribers you wish you didn't have anyway? You know, unreasonable people.
@12voltvids
@12voltvids 6 лет назад
Yes that is one way to look at it :) Every content creator is more than happy to loose a few undesirables. You know the ones that thumb down every video no matter what, or criticize the way you do something, or the way you pronounce a word. If I could I would reach out ans slap a few people that try to convince me that the word SOLDER, is pronounced sodder and I get the same people trying to "educate" me.
@mlenstra
@mlenstra 6 лет назад
3:02 “white segments with a back blackground”
@MAA567000
@MAA567000 Год назад
Very useful .. Thanks !
@AgentOffice
@AgentOffice 6 лет назад
Lc fluid is expensive
@Ry_TSG
@Ry_TSG 5 лет назад
Why is Tom Holland teaching my about calculator screens?
@DAVIDGREGORYKERR
@DAVIDGREGORYKERR 6 лет назад
Some people like to modify LCD displays to work as a TV projector.
Далее
EEVblog #1045 - How To Drive an LCD
21:45
Просмотров 106 тыс.
How a Character LCD works Part 1
13:59
Просмотров 1,2 млн
EEVblog #1085 - Bypass Capacitors Visualised!
33:35
Просмотров 284 тыс.
EEVblog #748 - How Do Transistors Work?
23:15
Просмотров 292 тыс.
EEVblog #717 - How To Hack Vacuum Fluorescent Displays
35:43
EEVblog #496 - What Is An FPGA?
37:44
Просмотров 765 тыс.
The DSM LCD (like) you've never seen
12:44
Просмотров 475 тыс.
How does a USB keyboard work?
34:15
Просмотров 3,2 млн
Why build an entire computer on breadboards?
28:43
Просмотров 3,1 млн
Datasheets: 16x2 LCD By Hand (No microcontroller)
26:35