Thingiverse
Seven Segment Digits in OpenScad
49
Downloads
49
Likes
0
Makes
A long time back, when I was first learning to code in Windows, I rand the Charles Petzold digital clock application as a sample.
Since then, I've done everything with that clock from rendering in OpenGL to high resolution timers.
This thing takes the seven segment digital display and renders it in OpenScad.
It's pretty straight forward. There are three routines.
DisplayDigit(number, height) - Will display a single digit, centered at the origin.
DisplayDigits(numbers, count, height
Since then, I've done everything with that clock from rendering in OpenGL to high resolution timers.
This thing takes the seven segment digital display and renders it in OpenScad.
It's pretty straight forward. There are three routines.
DisplayDigit(number, height) - Will display a single digit, centered at the origin.
DisplayDigits(numbers, count, height
Sign in to leave a comment
Sign in