-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Hub75 P10 1/2 Scan 16x32 Outdoor Panel Setup? #782
Comments
Hello, I do have a similar issue with a P10 panel !! |
Hello, same problem. |
Any luck with this panel? I’m also stocked... :( |
Sadly, no progress or luck...That being said I have not had time to dig deep into this issue, as I was hoping that there would have been some info on how best one could tackle the problem. |
Hi, it seem this thread still open..i also facing problem with p10 rgb 1/2 scan panel.. anyone have any idea how to check scan pattern? |
When I try this great code for the first time, I had the adafruit panel (1/16) and other from china, a P10 but with 1/4 scan. check the option " --led-multiplexing ", the default one worked perfectly with the Adafruit panel, but for the chinese P10 32x16 1/4 scan, the option what I found by try-and-error was --led-multiplexing=8. Now, your call for test it with yours Best regards |
Hi Dave, Many thanks for the feedback, I've tried using the multiplexing option already, I found the best result was option 9 (9=P10-128x4-Z), however the images in the original post are using this already. It's almost as if I'm almost there.... just need a small tweek somewhere. In terms of the chinese panels you using, are they also p10-2s-32x16-3535-v1 ? Did you need to make any other changes to your .h or .cc files in order for the panels to work ? |
Because I am using now a RPi 4, the slowdown option must be set with 2
minimum, try that too, check the rows, cols (those were my errors at the
beginning)
El jue, 19 ago 2021 a las 4:19, Werner Fettke ***@***.***>)
escribió:
… Hi Dave, Many thanks for the feedback, I've tried using the multiplexing
option already, I found the best result was option 9 (9=P10-128x4-Z),
however the images in the original post are using this already. It's almost
as if I'm almost there.... just need a small tweek somewhere. In terms of
the chinese panels you using, are they also p10-2s-32x16-3535-v1 ? Did you
need to make any other changes to your .h or .cc files in order for the
panels to work ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#782 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIGUX6IAJB2DJ3X23YULTDT5TEAHANCNFSM4HAWSKKQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
--
David Elias Flores Escalante
TeleTracking SAC
|
Good day All,
Can anyone provide some direction as to how I can modiffy Henner Zeller's excellent library/api to work with a yet another odd ball LED Panel? My panel is a P10, 1/2 Scan, 16x32 Outdoor panel with the HUB75 Interface. My HUB75 interface includes the usual signals except that A and B are only indicated. I tried every combination of Demo's command switches and was unable to get any of the demo images to display properly. Reviewing the doc I see that there is no mention of 1/2 scan and so I suspect that my panel is yet another version... So...I reversed engineered the display to decode how the various control signals affect the individual LEDs. the results are as follows:
Attached are a few pics of the panel and the HUB75 connector
As an example, I have included a PDF of the LED positioning.
P10 16x32 1_2 Scan Outdoor Decoding.pdf
These positions are referenced as from viewing the panel head on with the "HUB75 data in" located on the right side. Row 1 Column 1 is the top right Corner. here I get the following:
etc.
With this arrangement to display a single row one would need to clock 128 times and only set the corresponding bits:
e..g To display Row 1 (A=0), then a total of 128 clock pulses are needed with:
With that said, I am still a newb to the library and so any suggestions on how to modify to use with this panel would be greatly appreciated.
Thanks in advance!
Cheers,
Sam
The text was updated successfully, but these errors were encountered: