Hello All,
I’m working on a project to display sensor values read by ESPHome onto a 7-Segment Display. I purchased several components, but unfortunately, I forgot to buy a dedicated 7-Segment Display Driver Module…
So, I’m considering coding the 7-segment display driver logic directly onto the ESP32 (i.e., driving it using only GPIO pins).
Has anyone attempted a similar project, or are there any existing guides or custom components for this approach?
Thank you.