MajicDesigns / MD_Parola

Library for modular scrolling LED matrix text displays
GNU Lesser General Public License v2.1
428 stars 135 forks source link

Hello, i need to show text only. But this library take too much size for my sketch, do you have tiny version. Help please #101

Closed harymk closed 1 year ago

alastaira commented 1 year ago

There are plenty of other MAX7219 libraries available: e.g. https://github.com/wayoda/LedControl

MajicDesigns commented 1 year ago

You can turn off aminations that you do not plan to use. Change the #defines ENA_* in the Parola.h header file. This is also documented in the library documentation.

Alternatively you can also just j=use MD_MAX72xx and write more code yourself to dosplay. There is probably an example that does this already.

If neither gives you enough extra memory, then you should use another library.