Live data from Hacker News

How to build a circular LCD clock

blinry.org

41–50 of 73 posts

Re: How to build a circular LCD clock

#41
post #8

How to build a circular LCD clock, step 1: buy a circular LCD that looks like a clock. I'm not kidding, that's the extent of the build. They simply connect that display to a computer over HDMI. The only hacking here is browser-based JS for clock animations.

[deleted]

Re: How to build a circular LCD clock

#42

Beat project, but > I also tried with a Raspberry Pi Zero 2, but 512 MB of RAM were too little to run a modern browser, You don't need a browser to display graphics. And you don't need to be a programming whiz either. I'm sure Claude could write some python to render these clock faces.

Dude is literally showing the Pebble watchfaces in a screenshot (64 kB limit for both code and data).

Re: How to build a circular LCD clock

#43
post #27

Beat project, but > I also tried with a Raspberry Pi Zero 2, but 512 MB of RAM were too little to run a modern browser, You don't need a browser to display graphics. And you don't need to be a programming whiz either. I'm sure Claude could write some python to render these clock faces.

512mb or RAM to show the time, what a time we live in.

No, 512mb NOT ENOUGH to show the time!

Re: How to build a circular LCD clock

#44
It's cool I like it, but seems a little overkill on the HW. no matter. One thing though, how is the screen 1080px1080 ? Is it a 1080p square, with the visible pixles a circle cut out of that ? I doubt it's a non rectilinear pixel grid. i guess it's x y coords, rather than cartesian ?

Re: How to build a circular LCD clock

#46
post #44

It's cool I like it, but seems a little overkill on the HW. no matter. One thing though, how is the screen 1080px1080 ? Is it a 1080p square, with the visible pixles a circle cut out of that ? I doubt it's a non rectilinear pixel grid. i guess it's x y coords, rather than cartesian ?

I doubt it's polar if that's what you mean.

Re: How to build a circular LCD clock

#47
post #30

Author here! :) This article is me sharing something that made me really happy, wanting to show others how they can do the same. I see some comments pointing out that the clock wouldn't need to run in the browser. I picked this option to make it simple for folks around me to quickly prototype their own clock faces. This isn't supposed to be the cheapest or most efficient implementation, either; feel free to build you…

Next project: Dali circular clock (flexible OLED)

Re: How to build a circular LCD clock

#49
post #30

Author here! :) This article is me sharing something that made me really happy, wanting to show others how they can do the same. I see some comments pointing out that the clock wouldn't need to run in the browser. I picked this option to make it simple for folks around me to quickly prototype their own clock faces. This isn't supposed to be the cheapest or most efficient implementation, either; feel free to build you…

Really nice visuals!

Could you give a little more information about the 'stack' you're using to display the clock?

From this:

> This minicomputer will power the clock. The Pi 3B+ seems just enough to render some simple animations.

> I also tried with a Raspberry Pi Zero 2, but 512 MB of RAM were too little to run a modern browser, sadly. I think a Pi 4 might be a good sweet spot between processing power and price, currently.

...are you essentially displaying a full-screen browser window in the default Raspbian window manager and then running local Javascript for the clock itself?

Re: How to build a circular LCD clock

#50

> I also tried with a Raspberry Pi Zero 2, but 512 MB of RAM were too little to run a modern browser, sadly. I found that the surf browser was efficient enough to run fine on my Raspberry Pi Zero W. YMMV with animations and such, but it's much better than any chromium alternative in my experience.

I’ve previously used luakit browser [1] with cage WM [2] on a Pi Zero 2 W for my clock build, and it worked quite well.

[1]: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-na...

[2]: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/appli...

https://hackaday.com/2025/02/11/its-always-pizza-oclock-with...

Post reply on HN