[Documentation] Example to show static and multiplexed signals for 7-segment displays.
Closed this issue · 3 comments
Documentation: https://docs.wokwi.com/parts/wokwi-7segment
My example: https://wokwi.com/projects/397598198000164865
Could my example be added to the documentation ?
It is to show the 7-segment displays controlled by either static signals or multiplexed signals without libraries to show the difference.
It is called "7-Segment without a library on Arduino Mega", but that is not its purpose.
In the documentation, it is mentioned that a single digit requires 8 GPIO pins and multiple digits can be tricky. My example is to show the difference between non-multiplexed signals with static digital GPIO pins and multiplexed signals which need to keep the display updated with a delay.
Could you change the text ?
Can you please suggest an alternative text?
I gave the Wokwi project the title: Static versus Multiplexed signals for 7-segment displays.