Build a Drum-Style Mechanical Television
Adafruit Blog

EDITOR BRIEF
Scanwheel is a do-it-yourself drum-style mechanical television with five windows that share one scanning drum but use separate LEDs to show different images. Each window is very small and has 20 scan lines, but the Raspberry Pi Pico’s PIO hardware drives the LEDs in a way that gives better horizontal detail than the line count suggests. The software is written in MicroPython.
INSIGHTS
This is a good example of how hardware and software work together to create an image display. If you are learning embedded coding, a useful next step is to study Raspberry Pi Pico PIO and then explore the project on GitHub.
Learn more with these courses
CodeFriends courses that build on this story. Practice in the browser with nothing to install.
- Python Programming 101Learn Python in just 20 hours! Kickstart your programming journey with this beginner-friendly course.Beginner20 Hours
- AI LiteracyNot an era of watching AI, but of working alongside it. Build your AI fundamentals—from how AI works to agents—with no coding required.Beginner6 Hours
- Introduction to Web Development (Light)Master HTML, CSS, and JavaScript in just 10 hours.Beginner10 Hours
COMMENTS
Loading comments…