Close

LED bargraph clock?

ken-yapKen Yap wrote 02/26/2025 at 07:34 • 2 min read • Like

I found that I have a couple of LED bargraph displays in my junk box. They are the old-fangled single colour type, not even the multi-coloured type used for battery charge indicators, level indicators and the like. They were intended to be driven by the LM3914 IC. That chip can be configured for dot mode or bar mode.

At the moment I don't have anything I need to display the level of. But since the display contains 10 discrete LEDs, I wondered if I could make a 10-bit display out of it. Let's see, for a binary clock, 0-59 minutes need 6 bits, and 0-23 hours need 5 bits. Oops. Maybe a 12 hour clock, and look out the window to see if it's AM or PM. 😉

It would be trivial to wire up to a MCU and get working, but nah, I'll pass on this one. The display would be too small, straining my eyes. It's bad enough having to mentally decode the binary. I know most of my projects are useless, but this is even more useless than usual. 🤪 Just setting down the idea for my amusement.

Like

Discussions

danjovic wrote 03/02/2025 at 16:42 point

These bargraph displays are cool! I made a clock out of 4 of them but instead of binary used phoenician notation. 

https://github.com/Danjovic/Phoenician_Clock

  Are you sure? yes | no

Ken Yap wrote 03/02/2025 at 20:23 point

👍

  Are you sure? yes | no

Phil Weasel wrote 02/28/2025 at 09:32 point

Binary clocks are awesome. I had one years ago on my office desk. After some time you are naturally able to read it without thinking about it. And its a really fun wen everyone keeps asking about it.

  Are you sure? yes | no

Ken Yap wrote 02/28/2025 at 09:49 point

0b1!

  Are you sure? yes | no