FalconChristmas / fpp

Falcon Player
http://FalconChristmas.com
Other
565 stars 196 forks source link

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

Open mortification77 opened 4 days ago

mortification77 commented 4 days ago

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 commented 1 day ago

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