Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using 2 DMD Screens with 1 ESP8266 #38

Open
Amitbh83 opened this issue Feb 4, 2019 · 2 comments
Open

Using 2 DMD Screens with 1 ESP8266 #38

Amitbh83 opened this issue Feb 4, 2019 · 2 comments

Comments

@Amitbh83
Copy link

Amitbh83 commented Feb 4, 2019

We are trying to control 2 DMD Screens with 1 NodeMCU. Actually we want to display the date to each individual screens in selective manner. I guess on the hardware side while all the connections are the same to both HUB12 connectors, if we keep a separate Data Pin (Pin R) for the second DMD it should do the trick.

For 1 Screen we are using pins as follows:
OE - GPIO4 (D2)
A - GPIO5 (D1)
B - GPIO12 (D6)
CLK - GPIO14 (D5)
SCK - GPIO15 (D8)
R0 - GPIO13 (D7)

Now the issue is that in DMD2.h we could play with only 4 pins i.e. OE,A,B,SCK. How to redefine pin R or declare a new pin R1 (for another Screen) and could address the data to both?

Also, I how to do it if we need to send separate data to both??? In this case i guess more pins might be needed for Pin A,B and SCK.

@h4rm0n1c
Copy link
Collaborator

h4rm0n1c commented Feb 5, 2019 via email

@Amitbh83
Copy link
Author

Amitbh83 commented Feb 7, 2019

Thanks for the suggestion buddy. But i notice there is a slight delay while doing so.
In total they are 16 modules now.
Okay can you help me to optimize the library to perform only the text operation. I do not need the other graphical operations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants