3 timers with 7-segment displays
I was searching for an easy to use LED timer with 3 individual timer times shown at once but I could not find one. So I made this one I would like to share it with you too. =)

Functions:
Usage:
| Input: | Result: |
| A011545 | Sets timer A to 1 hour, 15 minutes and 45 seconds and timer starts |
| B124559 | Sets timer B to 12 hours, 45 minutes and 59 seconds and timer starts |
| C065535 | Sets timer C to 6 hours, 55 minutes and 35 seconds and timer starts |
| DA | Deletes timer A |
| DB | Deletes timer B |
| DC | Deletes timer C |
| DD | Deletes all timers at once |
Parts needed:
Wiring instructions:
| ESP32: | Display A: | Display B: | Display C: | Keypad: | Wire color: |
| 3V3 | VCC | VCC | VCC | red | |
| GND | GND | GND | GND | black | |
| G27 | DIN | green | |||
| G12 | CS | white | |||
| G14 | CLK | grey | |||
| G33 | DIN | green | |||
| G26 | CS | white | |||
| G25 | CLK | grey | |||
| G15 | DIN | green | |||
| G32 | CS | white | |||
| G13 | CLK | grey | |||
| G19 | 1 | white | |||
| G18 | 2 | brown | |||
| G5 | 3 | orange | |||
| G17 | 4 | grey | |||
| G16 | 5 | yellow | |||
| G4 | 6 | purple | |||
| G0 | 7 | blue | |||
| G2 | 8 | green |







Code download:
Printing instructions:
Happy printing =)
The author marked this model as their own original creation.