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

Improves usability #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Improves usability #38

wants to merge 3 commits into from

Conversation

debuti
Copy link

@debuti debuti commented Apr 6, 2020

  • Adds more symbols for 7 segment displays
  • Adds setnumber fn to show an integer in a 7s display
  • Adds setString to set an string right away

@phd0
Copy link

phd0 commented Jan 24, 2022

please, correct your code
int trimmed = value % 100000000;
with
unsigned long trimmed = value % 100000000; and so on ...
work better with up 32768 value.

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

Successfully merging this pull request may close these issues.

2 participants