Skip to main content


Fibonacci256 price drop!
I messed up when copying the listing from Tindie to Lectronz. It's fixed now, resulting in a $120 drop in price. If you'd previously taken a look at the listing, you might want to take another look. Sorry about that! 😅
lectronz.com/products/fibonacc…
in reply to Jason Coon

Why do the lit areas have sharp pentagonal edges? Have you etched a Voronoi tiling into the diffuser?
in reply to Jason Coon

@kbob actually, sorry, that's a pic of the new "expanding" Fibonacci256.There's also a matching thin voronoi grid behind the black LED acrylic.
in reply to Jason Coon

So I found these equation for fibonacci placement.

θₙ = 2πφⁿ
rₙ = sqrt(n) = n^(0.5)

Is that what you're using? For the expanding version, are you using the same θ and changing the exponent on r?

(So many questions!)

in reply to Jason Coon

I should have looked at your product description 😁 It's right there.

137.508° = 2π(2 - φ) radians

So my formula was rotating in the wrong direction. 2π(2-φ) (your angle) is congruent to -(2πφ) (my angle) mod 2π. The Golden Ratio makes my head hurt once again.