How to build a circular LCD clock
11–20 of 73 posts
Re: How to build a circular LCD clock
#12How 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.
[1] https://www.kickstarter.com/projects/dtoor/the-cyrcle-phone-...
Re: How to build a circular LCD clock
#13you can also do this with an esp32 as long as you don't insist using a browser to draw a clock
Nice implementation though!
Re: How to build a circular LCD clock
#14you can also do this with an esp32 as long as you don't insist using a browser to draw a clock
Re: How to build a circular LCD clock
#15Re: How to build a circular LCD clock
#16> 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.
Re: How to build a circular LCD clock
#17> I think a Pi 4 might be a good sweet spot between processing power and price,
I know this isn't exactly a serious product and more of a gadget/gimmick but man we are off by a factor of like 3-4 here :D
Re: How to build a circular LCD clock
#18How 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.
There's a Kickstarter project to make a round phone.[1] That had potential as a female fashion accessory. But the site hasn't updated since 2025.[2] [1] https://www.kickstarter.com/projects/dtoor/the-cyrcle-phone-... [2] https://www.cyrclephone.com
Re: How to build a circular LCD clock
#19> The Pi 3B+ seems just enough to render some simple animations. > I think a Pi 4 might be a good sweet spot between processing power and price, I know this isn't exactly a serious product and more of a gadget/gimmick but man we are off by a factor of like 3-4 here :D
Re: How to build a circular LCD clock
#20How 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.