Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation] Example to show static and multiplexed signals for 7-segment displays. #201

Closed
Koepel opened this issue May 11, 2024 · 3 comments

Comments

@Koepel
Copy link
Contributor

Koepel commented May 11, 2024

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.

@urish urish closed this as completed in 8895710 May 12, 2024
@Koepel
Copy link
Contributor Author

Koepel commented May 12, 2024

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 ?

@urish
Copy link
Contributor

urish commented May 12, 2024

Can you please suggest an alternative text?

@Koepel
Copy link
Contributor Author

Koepel commented May 12, 2024

I gave the Wokwi project the title: Static versus Multiplexed signals for 7-segment displays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants