wpilibsuite / allwpilib

Official Repository of WPILibJ and WPILibC
https://wpilib.org/
Other
1.03k stars 607 forks source link

Add 2D addressable LED display class #6762

Open PeterJohnson opened 1 week ago

PeterJohnson commented 1 week ago

Addressable LED matrix (2D) displays come in various display configurations and orientations (for example, row vs column major, serpentine, etc). The simulation GUI has support for these configurations, but there is no corresponding user code class to make it easy to use these displays as if they were a "standard" pixel array (e.g. row major, non-serpentine).