bartoszbielawski / LEDMatrixDriver

A replacement for Arduino's LedControl library
MIT License
75 stars 25 forks source link

Better examples, better memory handling #6

Closed moette closed 7 years ago

moette commented 7 years ago

Examples do not use dynamic allocation anymore. The scrolling functions use memmove instead of memcpy.