wayoda / LedControl

An Arduino library for MAX7219 and MAX7221 Led display drivers
Other
464 stars 243 forks source link

Improves usability #38

Open debuti opened 4 years ago

debuti commented 4 years ago
phd0 commented 2 years ago

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