avishorp / TM1637

Arduino library for TM1637 (LED Driver)
GNU Lesser General Public License v3.0
427 stars 218 forks source link

store segment array in flash #72

Closed nerdralph closed 3 years ago

nerdralph commented 3 years ago

If you store digitToSegment in PROGMEM it reduces the RAM usage.

avishorp commented 3 years ago

This should happen automatically by the compiler.