freetronics / DMD2

Beta release of a new Dot Matrix Display Arduino library
http://forum.freetronics.com/viewtopic.php?f=26&t=5893
GNU General Public License v3.0
80 stars 71 forks source link

How to control individual LedPanel ? #22

Closed parmarravi closed 6 years ago

parmarravi commented 6 years ago

I have a project which has two led panels back and front ,with same information at same time .However My client also want to control individual front and back panel to show different information.How is this achieved in the code?

h4rm0n1c commented 6 years ago

You can use the available classes within this library to draw to one display or the other.

Examples and comments are already available for such use cases IIRC. If not here then definitely elsewhere.