- The disk is designed in inkscape, and then carved out using my trusty CNC machine (https://hackaday.io/project/6845-desktop-size-cnc-milling-machine-from-scratch).

- The arduino cannot adjust the speed of the disk, but it gets a signal from an infrared sensor once each revolution. And the code knows the target number of steps per revolution and it can adjust its program speed when it is too slow or to fast. Unlike told in the video, the counter for one disk revolution does not go to 80 but to 180. The reasons are:

- - Each pixel is displayed two cycles long, not one. That makes adjusting the precise picture position relative to the position of the IR-sensor easier. That offset-adjustment is needed because the sensor-signal comes not at the exact start of each rotation but some time later.

- - Reason 1 would bring me to 160 instead of 80. But in addition, the range in front of each lamp is divided into 9 segments instead of 8, because the borders are always black to avoid the lamps being on while a hole is between two lamps. 10 x 9 x 2 = 180.