Skip to content

Improves usability#38

Open
debuti wants to merge 3 commits into
wayoda:masterfrom
debuti:master
Open

Improves usability#38
debuti wants to merge 3 commits into
wayoda:masterfrom
debuti:master

Conversation

@debuti

@debuti debuti commented Apr 6, 2020

Copy link
Copy Markdown
  • 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

phd0 commented Jan 24, 2022

Copy link
Copy Markdown

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