Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The publication date is unclear, but the latest citation is 2011. It doesn't make economic sense anymore to use seven segment displays in new products, small TFT/LCD and even OLEDs are cheaper.

It probably does make sense to use them with legacy equipment that require a large certification effort (most of the examples are medical).

The advice the author gives for situations where seven segment displays are used is good, though.

What really doesn't make sense is using a seven segment font on a high resolution device to make the product seem more technological, I guess, but I don't think that was mentioned.



> It doesn't make economic sense anymore to use seven segment displays in new products, small TFT/LCD and even OLEDs are cheaper.

Maybe cheaper, but what about power consumption? I would have expected them to need significantly more, which might matter for battery-powered devices.


I suspect that simple LCD displays have the lowest power consumption (see wristwatches, etc).


They are not even remotely comparable when it comes to readability/contrast.


For that we have Memory LCD https://www.adafruit.com/product/3502


While this display is really slick, it seems like it is still not available under multiple suppliers? If thats the case. that means its going to be more pricey than other options. I cant seem to find many cheap options on alibaba/aliexpress.


Apparently Sharp introduced the technology in 2009, so perhaps there's a patent expiring soon?


How do those compare on price though?


Well that one's from Adafruit, so probably 10x the price of what's commonly sold.


Unlit liquid crystal 7-segement displays are the lowest-power & lowest-cost solution. You're absolutely right. The person you're replying to clearly doesn't have experience in the low-power/low-cost embedded world. In that space even 1KB of SRAM is a liability.


> Maybe cheaper, but what about power consumption? I would have expected them to need significantly more, which might matter for battery-powered devices.

Seven segment displays are quite power hungry relative to what information they can display. LCDs sip power, the issue is their backlight.


Seven segment is a pixel layout.

LCD/LED are pixel types.

Seven segment LCDs are super low power, and can be made to reflect through ambient lighting.


Like how my calculator runs off of the the tiny solar panel that is built in and is powered by ambient light in the room.


I think some folks might be thinking of the older light-emitting 7 segment displays which used more power.


Ah my bad, I was thinking of the early zero power seven segment numeric tape printers.

The numitrons used a ton of power. Or was that VFDs?


Ah, but 7-segment displays are far easier to drive from a microcontroller, so even if an LCD is cheaper, it might make for a more expensive system.


> Ah, but 7-segment displays are far easier to drive from a microcontroller, so even if an LCD is cheaper, it might make for a more expensive system.

It's not all about economics either; I can read a 7-seg display from clear across a factory floor from almost any angle in the dark.

Try reading those low-cost LCDs in the same conditions (the dark is worse, because the LCD doesn't have a true black so the contrast is lower).


> I can read a 7-seg display from clear across a factory floor from almost any angle in the dark.

Ironically, this is true at lower power/brightness than higher. A few gas stations near me got newer super-bright displays and you can no longer make them out at a distance.


Which is why standalone digital clocks generally still use them instead of LCDs, and why I'd like to build a 7-segment clock at some point. That condition-agnostic readability is hard to beat.


The reason why most standalone digital clocks use LED seven segment displays is that to this day almost all of them are built around the same weird PMOS Sanyo ASIC from late 1970's.


OLED suggestion is even worse due to lack of longevity, burn-in.


> I can read a 7-seg display from clear across a factory floor from almost any angle in the dark

Is it dark when you are on your factory floor? And what is it that you need to read across the factory floor?


> Is it dark when you are on your factory floor?

Some equipment is placed directly under bright lights.

> And what is it that you need to read across the factory floor?

I don't understand the question. I mean, machines in a factory display something for the operator. If a machine doesn't need to display anything, why have a conversation about 7-seg LED vs LCD?


Also i don’t entirely understand the LCD vs 7-segment comparision. In my mind many (perhaps most?) 7 segment displays use LCD technology.

Are we comparing here pixel-matrix LCD screens with 7-segment screens?


Legacy 7-segment displays use LEDs. Specifically, one LED per segment. The LCD version arose when the power consumption of the LED-based ones was an issue.


You're correct. 7-segment is a display layout, not technology - I think it's implied they mean pixel matrix vs 7 segment.


Some 7-segment displays are vacuum-fluorescent rather than LCD. These displays are significantly brighter.


I'm not convinced that matters much in 2024, especially when this article singles out safety critical systems. Such systems are likely to be fairly expensive to being with, so the marginal cost of adding a display would be minuscule compared to testing and regulatory costs (not to mention the increase in fault tolerance versus a failed segment causing an incorrect reading).


A cracked LCD screen also makes the display unreadable. There are all sorts of ways for anything to fail, so calling out one failure method of one thing while ignoring similar failures for the device being compared comes across as very short sighted


The thing I hate about low cost LCD displays is that terrible motion blur when you have changing or scrolling text. It just screams cheap in my mind. 7 segment never had that problem.


Yes but a cracked LCD is much more obvious than a single LED segment burning out. Also usually physical damage is required to crack an LCD, where as LEDs can burn out (albeit rarely)


I'm not a professional, but I find an LCD or OLED is a lot easier to drive from a microcontroller than a 7 segment or 4. Like a hell of a lot easier.


Depends. I2C only takes two I/O pins.


That’s only part of the equation. Grid displays require a lot more memory and often power to drive. By contrast, a seven segment display requires 7 (or 8) LEDs and 8 bits per digit on the output stage, 4 bit in BCD, which can be fed via a shift register.


Almost any other display that you will reasonably use in a application that makes sense for segmented multiplexed LEDs will integrate internal controller, so instead of having to refresh the thing somehow you have a thing that is simply an peripheral hanging of some or other bus that just does its thing. And well, such things tend to be cheaper than seven segment LEDs (there is a reason why random almost disposable crap has graphical monochrome OLED panels)


Granted, but as a sibling states, the other factor is firmware complexity. I can theoretically drive a high-resolution display on an 8-bit micro (although it may require with some clever bit banging to get I2C to work at all) but its trivial with a 7-segment display.

And as a bonus, you don't have to involve anymore UI/UX design than to answer the question "what number should go here?"


It'll be microcontroller equivalent of running full GNU/Linux to control an Internet of e-waste tea kettle, but CH32V003 + SSD1306 OLED + passives takes less than 10 parts total, no crystals needed, has plenty sample codes online, and costs ~$2 combined. Depending on the price of the final product, it could make financial or product design sense.


In a medical or aerospace application, that added firmware complexity could be a non-starter. Not from a price, or even e-waste standpoint. Its that proving the thing is safe is a lot harder when its complex. That's the real point of keeping it dumb.


Most LCD displays are custom: there are Chinese manufacturers that will design your LCD display and embed a SPI/I2C decoder for very low cost, so the simplest 8-bit PIC can drive one at 1 MHz (or less!)


I can produce 3 inch or smaller segment displays for 30 cents a pop with up to 50 segments. At a MOQ of just 10k

You can't touch that with TFT/LCDs. Not to mention the current consumption of a segment LCD display is measured in microamps.

And the micros that drive segment LCD displays can easily be sub dollar.


Durability and failure modes are also better with segment displays, which is why you still see them in military or aviation applications.


>small TFT/LCD and even OLEDs are cheaper.

How can that be true?


If you look at distributor single-unit quantities, they are close in cost. If you look at hobbyist stores, they are the same price (or more expensive for the seven-segment version).

If you ask a factory in China to make you 1 million displays, the seven-segment version will be a lot cheaper. That's why new products use them. Even at 1k quantity from distributors, seven-segment displays are substantially cheaper.


Some Chinese display manufacturers are dumping lots of small, easy to use, postage stamp sized monochrome blue-white OLED at ~$1.5 apiece from 1 unit with free shipping, which had made it a viable replacement for 7-segments, couple power LEDs, even decorative logo displays, for small scale productions. It's not the case at all for real mass produced products, but not everyone is delivering thousands of units per month to Walmart.

I personally don't necessarily support "just go graphical" sentiment, but such local minima do exist.


My guess is: economies of scale, in 2024 (vs say, 1990)


I had considered that maybe new 7-segment displays aren't being made, so maybe they cost more for that reason, but even that doesn't seem like it'd be true.


LCD is much harder to reader, and a lot more complex to drive. Vibration wise I'd take potted 7-segment display as well. Single color is a benefit.

OLED would have much shorter life, along with burn in - 7 segment ones tend to display very static info in many cases.


Seems like many suppliers are coalescing on certain sizes/designs of OLEDs at the low end. All I see are these tiny blue/white displays or 1 inch full color. They all look the same and are boring at this point. I was hoping that we would get an explosion of different OLED display sizes and designs.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: