LED filaments have been around for a while now and have been increasingly spotted in all kinds of projects. They offer some really nice properties in terms of light output and physical flexibility, plus they are pretty easy to drive. One of the original industry use cases for them was making retro light bulbs that mimic older filament bulb aesthetics, therefore it’s really cool to see the RetroLite, a retro-looking modern seven-segment display using them.
Project creator Eean discusses over on the product page that RetroLite is a development continuing from an earlier product: the InfiDig, a similar project, which, under certain conditions, had some small issues with flickering. The form factor has changed a bit too, taking advantage of card-edge connectors which can be used with the proper connectors, or you could cut a slot into your PCB and solder them directly in place! With the proper slot width, you could easily get a tilted display for easy reading.
The RetroLite has moved away from Charlieplexing and now features an onboard direct drive approach to address each LED filament. The result is an easy-to-use device that only needs addressing for changes and makes the creation of numbers, letters, and custom displays even easier. It uses the classic 74HC595 shift register, so there are lots of libraries and example code to get you up and running. You can drive these displays via an SPI bus, but it is equally possible to drive them from any GPIO.
Supplied fully assembled, their great instructions and documentation are over on the repositories linked on the product page, and the design files are also available. As such we expect to see these cute chain-able glowing displays popping up in lots of projects.