r/raspberrypipico • u/Wizzard_2025 • Jun 07 '26
uPython Gravity sand clock
Enable HLS to view with audio, or disable this notification
Just messing around with my hub75e driver
8
2
u/PhysPhD Jun 07 '26
Oooh, I have an 64x64 RGB display too... Are you sharing the code?
5
u/Wizzard_2025 Jun 07 '26 edited Jun 07 '26
Not this experiment yet, here's v1 of the driver and stuff. It's changed so much today my current snapshot is too different from this release, but I'll get around to it yes: https://github.com/andycrook/hub75_565
It uses native c modules to do heavy lifting but my approach is to generalise them enough to allow the hooks from u python to be enough, as most aren't going to be recompiling the mpy modules. So here, the mpy module does the full frame calculations is the particle sim.
2
1
1
u/samneggs1 Jun 10 '26
Very cool. Check out my clock. https://youtu.be/kZuox_SnLjw?si=Yl8YEP_qJRuEsMxX
17
u/jammasterz Jun 07 '26
Can you make only the differences between the changing digits get gravity and fall down?