-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Add Additional LED Panel Options for RPi #2021
base: master
Are you sure you want to change the base?
Conversation
* Add missing Interleave Values to Pi RGBMatrix. * Add "hint" to change "panelType" if only ONE panel illuminates. * Move my 2 Pi RGBMatrix options up one div (to be part of panel setting div).
I believe menu.inc was modified while I was pushing up my mods, so it is showing as changed in my PR. Please feel free to remove that file from the merge! |
@mortification77 - not going to merge this as conflicts with a wider panel change happening - please leave PR open though so I can cross reference it and make sure the changes you wanted are baked into the new version |
That works. Get it in there for me so I don't need to run a special "local" version and give me credit for it and I'm all good lol. I would love to see a "Panel ID" feature that would cycle thru options too. |
@OnlineDynamic are the changes you are working on in any version yet so I can check them out? I've been using the hzeller lib since like 2018 lol. |
Will share once ready - I have put your changes in but still working on some other logic - had to refactor the whole thing to allow for a multiple matrix config: |
I just realized yesterday evening the fundamental differences between the Pi and BB code. Pi uses an external lib and BBBMatrix is self-contained within FPP. I would love to see 2 more things down the road:
There are SO many panel types that even when you are almost certain you have tried every combo of options, you haven't. Lol With the Pi, it's possible to use one of the "demo" apps bundled with the Pi Matrix Lib to test options in a loop. BBB may be a bit more tricky.
Now that I have found the correct set of options for my panels on RPi, I should be able to easily map them to BBB. This one may be next to impossible with the differences between Pi and BB. @OnlineDynamic how goes it? |
While I realize this may never be directly merged, I have resolved the merge conflict! |
Added Interleave Options:
InversedZStripe
P10Outdoor1R1G1-1
P10Outdoor1R1G1-2
P10Outdoor1R1G1-3
P10CoremanMapper
P8Outdoor1R1G1
FlippedStripe
P10Outdoor32x16HalfScan
P10Outdoor32x16QuarterScanMapper
P3Outdoor64x64MultiplexMapper
Added Panel Type Options:
Standard
FM6126A
FM6127
Add hint:
"If only one single panel works and everything else is correctly configured, try one of the special "LED Panel Type" options!"