Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • The Library I have written can (and does) drive multiple led displays. I also understand then when programming for ucontrollers, you use as little ram as possible. Also, you usually know at compile time, what hardware is available, However, say you only know how many displays there are at runtime. This is why I have created the LED display instance on the heap (I assume on the Arduino, thats RAM, not flash) Let us say at runtime the program would ask you how many displays are connected via the serial terminal, then they will be activated, and a recompile is not an option. Regards, Dave Commented Jun 28, 2016 at 23:25