While searching for a large digit LCD that could be connected to Raspberry Pi 4, I came across your large 7 segment display p/n COM-08530 and your Large Display Driver p/n WIG-13279. The article [Large Digit Driver Hookup Guide describes connecting one or more of these display digits up together and using an Arduino to control the values displayed on the displays. The software code that is shown looks like Python but I’m new to this language and not sure my guess is correct.
My questions are about how this display might be connected to a Raspberry Pi 4 and programmed to act a stopwatch style timer. The functional requirements of the stopwatch need to include up/down counting and have the ability when an option is selected to automatically reset the timer to zero and start the cycle again. Example the timer is set to 60 seconds, when time has elapsed the clock restarts at zero and counts until reaches 60 again. The RPi needs to receive clock setup instruction from Wi-Fi.
What I’m asking the forum, can this display be connected to a RPi and if yes what is involved and any suggestions for sample to Python source code that I can use to develop the application?
If you are wondering what the timer will be used for, my daughter is a swimmer and we need such a clock for her workouts. Thanks in advance for any assistance provided.](Large Digit Driver Hookup Guide - SparkFun Learn)