Tips & Tutorials
7-Segment Display with Raspberry Pi
This is a small project done in the summer as my elementary approach to learn Python, and the “gpiozero” library for controlling GPIO devices on a Raspberry Pi. The panel can display hexadecimal numbers/letter from 0x0-0xf. Each segment is formed by 3 LEDs in parallel. The 7 segments are attached Read more…