Skip to content

Lookup Tables PROGMEM

Compare
Choose a tag to compare
@jasonacox jasonacox released this 19 Nov 04:47
· 116 commits to master since this release

v1.3.0

  • Converted global digitToSegment[] and asciiToSegment[] lookup tables to PROGMEM space to save RAM
  • Fixed comparison between signed and unsigned integer expressions warning #5
  • Saves ~1.5kB in the ATtiny85 example by using showNumber() instead of sprintf() #6
  • Fixed implicit case fall through and signed/unsigned comparison warnings #7