4 ms·
> 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 i
by fxwin 3mo ago
> 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
- hack1312 3mo agoIf they didn’t use an entire browser to render the clock face this seems like it could be an Arduino/ESP32-esque project.
- ZiiS 3mo agoDriving HDMI is way harder then you would guess; extremely fast timing to hit. A naive framebuffer alone won't fit in RAM, whilst not strictly needed it would make it a hard challenge.
- maxlin 3mo agoThis. I've recently been porting my ECS-based 3d game/app engine for my 256MB Raspi Zero AND ESP32-S3, so reading that you need gigabytes to comfortably render a clock appears just ... stupid.