-
Notifications
You must be signed in to change notification settings - Fork 48
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
Trying to use bicolor with 2 daisy chained (OUT_SIZE=64) #18
Comments
Oh, you don't need to change the OUT_SIZE at all. Simply set the type of board in HT1632.h and see this example: |
oh interesting. will try that when I find more time to play. 3 follow up questions:
-- flavio PS. please know there is no urgency in doing these; do it when you get free On Mon, Sep 8, 2014 at 10:43 AM, Gaurav Manek [email protected]
|
Oh, dear. I missed your message. I'll look into it and reply in a few days? Gaurav |
no worries!!! pls take your time. -- flavio On Thu, Sep 25, 2014 at 12:57 PM, Gaurav Manek [email protected]
|
Okay, each screen now has its own, independent buffer. You need to draw the string on each channel and each screen independently.
|
I've been trying to get the library to work with multiple Sure Electronics 3216 RG displays. I think the problem is that the library assumes that each display has its own CS line, connected to separate outputs on the Arduino. That is how it works on the 3208 displays. On the 3216 display, there is a single CS line for all of the connected displays which must be pulsed at the proper time to select the correct display. |
@hmy1 did you manage to get it work with multiple 3216 displays? I want to make my arduino due work with this display. |
@trunet I ended up using the code at https://code.google.com/p/ht1632c/ which handles the CS for multiple 3216 displays correctly. |
Thank you both. @flavio-fernandes I have used this one and your fork. Both of them has problems with multiple displays. It's mirroring 0,0 on 48,0. Very strange. @hmy1 I tried but it's incompatible with arduino due. I'll fork it and rewrite to access the pins directly on the due. |
@trunet np. You sure you used my fork? I recall having the issue you describe on gauravmm's at one point, but never on my fork. Either way, please keep us posted should you make progress on the due! |
Hi Gaurav,
This could be a mistake on my part, but when I tried to connect 2 displays,
I got some weird behavior: http://youtu.be/qz0MV_Dnq_Q
To get that, I changed OUT_SIZE to be 64; is that the expected way of doing it?
Not sure if this matters, but I'm using an Arduino Mega 2560.
Thanks,
-- flavio
The text was updated successfully, but these errors were encountered: