Skip to content

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