Vintage Multimeter Gets An LCD Transplant

Hackers are often of the sentimental type, falling in love with the look and feel of quality old hardware. Of course, sometimes that older hardware needs a little TLC to keep it running in the modern world. [Lex] had a beautiful vintage multimeter that sadly had a broken screen, and set about a nifty repair to restore it to working condition.

It's a handsome thing.

The HSN Avometer DA116 is a handsome thing, controlled with two dials and featuring a clean two-tone aesthetic. Even the font on the PCB's silkscreen is gloriously pretty (can anyone ID that?). However, the original LCD was non-functional. A direct replacement part was sadly unavailable. Instead, to rectify this, [Lex] first hunted down another segmented LCD screen that had the same segment layout.

However, the new screen had a completely different pinout to the original part. Thus, after taking some notes and figuring out what all the pins did, [Lex] whipped up an adapter board to carry the new screen. With some protoboard, some pin headers, and a bunch of point-to-point wiring, the new screen worked just fine, and [Lex] had a functioning vintage meter once again!

The story actually came to us on Twitter, where we invited discussion about the best bodge wiring jobs out there. Feel free to contribute your own stories to the conversation! If you're in the market for more LCD hacking, be sure to check out the excellent talk [Joey Castillo] gave at the 2021 Remoticon.

#repairhacks #lcd #multimeter #repair #segmentlcd #segmentedlcd

Vintage Multimeter Gets An LCD Transplant

Hackers are often of the sentimental type, falling in love with the look and feel of quality old hardware. Of course, sometimes that older hardware needs a little TLC to keep it running in the mode…

Hackaday

Remoticon 2021 // Joey Castillo Teaches Old LCDs New Tricks

Segmented liquid crystal displays are considered quite an old and archaic display technology these days. They're perhaps most familiar to us from their use in calculators and watches, where they still find regular application. [Joey Castillo] decided that he could get more out of these displays with a little tinkering, and rocked up to Remoticon 2021 to share his findings.

[Joey's] talk is a great way to learn the skills needed to reverse engineer a typical segment LCD.[Joey] got his start hacking on these displays via his Sensor Watch project - a board swap for the venerable Casio F-91W wristwatch, with the project now available on CrowdSupply. It kits out the 33-year-old watch design with a modern, low-power ARM Cortex M0+ microcontroller running at 32 MHz that completely revolutionizes what the watch can do. Most importantly, however, it repurposes the watches original segmented monochrome LCD.

Segment LCDs are usually small monochrome devices made out of glass, that have the benefit of using very little power in their operation. They come with a fixed layout, which cannot be changed - so they're often designed specifically for a given purpose. A calculator will have segments laid out to display numbers, often in the usual 7-segment fashion, while a watch may add dedicated segments for displaying things like "AM," "PM," or "ALARM."

Their purpose-built nature means they're often very thin and compact with useful layouts that are attractive and fitting for their given applications. Compared to general purpose LCDs, like the popular HD44780 character LCDs, they often have much cleaner aesthetics and a sleeker design as they're meant to be consumer-facing, rather than used in any one of a million different industrial applications.

[Joey's] talk starts off with a primer on how segment LCDs work, initially comparing them to 7-segment LEDs that so many of us are familiar with. However, LCDs are a little different in their operation, with segments darkening when a voltage differential exists, and are driven with AC signals rather than DC. [Joey] explains how to drive LCD segments in this manner, providing a CircuitPython example that demonstrates how its done.

Multiplexing is also described in detail, a technique used in many segment LCDs to allow them to be driven with less IO pins. Scoping out the LCD pins on a standard Casio F-91W wristwatch shows how the technique works, and it's easy to follow along seeing the signals displayed clearly on an oscilloscope. [Joey] also explains that generating all the signals needed is easy if you just go out and purchase a microcontroller with an integrated segment LCD controller, like the Microchip SAM L22.

As a primary example of what can be achieved when hacking segment LCDs, [Joey] shows how he repurposed the display from the Casio Databank DB-36. The LCD has 55 connections and tons of segments, and is hooked up with zebra strips - a rather delicate method of connecting a segment LCD. Using some sticky tape, he blocks out a pin going to the LCD, reassembles the watch, and looks for which segments don't work anymore. This technique allows the pinout of the display to be quickly mapped out.

Obviously, though, if you're reverse-engineering a display, you're limited to using the segments as laid out by the original designers. As [Joey] happily explains, though, you can actually get your own custom segment LCDs made without too much bother! He's already done it himself, creating a dupe to match the Casio F-91W in a Feather-compatible form factor to ease development of the Sensor Watch board. There is a quantity requirement, but you can end up spending less than $1 per unit on big orders.

While segment LCDs are old-school and basic, they're still a great technology for any low-power project that needs to display some data. After all, just think about how long the average digital wrist watch can last on a single coin-cell battery! [Joey]'s talk is a great primer if you're interested in taking advantage of these displays, whether in existing hardware or by getting your own made from scratch!

#cons #hackadaycolumns #2021hackadayremoticon #7segment #casio #casiof91w #casiowatch #lcd #remoticon #segmentlcd #sensorwatch

Remoticon 2021 // Joey Castillo Teaches Old LCDs New Tricks

Segmented liquid crystal displays are considered quite an old and archaic display technology these days. They’re perhaps most familiar to us from their use in calculators and watches, where t…

Hackaday