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

Expose Additional Missing Pi RGBMatrix Options (New Interleave Options, Panel Type Option, Hint for New Option) #2020

Open
mortification77 opened this issue Oct 27, 2024 · 1 comment
Assignees

Comments

@mortification77
Copy link

mortification77 commented Oct 27, 2024

Is your feature request related to a problem? Please describe.

Certain LED Panels do NOT WORK with the currently available LED Panel Options for RPi as MANY new options have been added to rpi-rgb-led-matrix since FPP was written.

I am happy to WRITE THIS as I did last year for Row Address Type!

Describe the solution you'd like

Add Interleave Values:

$values["InversedZStripe"] = "11";
$values["P10Outdoor1R1G1-1"] = "12";
$values["P10Outdoor1R1G1-2"] = "13";
$values["P10Outdoor1R1G1-3"] = "14";
$values["P10CoremanMapper"] = "15";
$values["P8Outdoor1R1G1"] = "16";
$values["FlippedStripe"] = "17";
$values["P10Outdoor32x16HalfScan"] = "18";
$values["P10Outdoor32x16QuarterScanMapper"] = "19";
$values["P3Outdoor64x64MultiplexMapper"] = "20";

Add Panel Type:

<select id='LEDPanelType'>
    <option value='0' selected>Standard</option>
    <option value='1'>FM6126A</option>
    <option value='2'>FM6127</option>
</select>

Describe alternatives you've considered
N/A -- No Alternative. I will update the code! :)

Additional context
I will create a Pull Request and update this!!!

@dkulp can you please assign this issue to me?

@OnlineDynamic
Copy link
Collaborator

hold off making cxhanges - I have rewritten the panels page to handle multiple matrices - its on a private branch currently whilst I finish it off

@OnlineDynamic OnlineDynamic self-assigned this Nov 4, 2024
@darylc darylc added this to FPP 9.0 Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants