Expose DDR Gold cabinet tape LEDs via Spice API, in order to access each individual LED rather than only mapping the average of each strip. This is accomplished by adding a new module, ddr, along with a single method under that module, ddr::tapeled_get
Compiling
Compiled under Arch Linux
Testing
Tested by running both 32-bit and 64-bit DDRs. Verified there are no regressions under 32-bit, and 64-bit correctly exposes the lights data
Tested the values of the lights data via spiceremote under the Python API utils
Description of change
Expose DDR Gold cabinet tape LEDs via Spice API, in order to access each individual LED rather than only mapping the average of each strip. This is accomplished by adding a new module,
ddr
, along with a single method under that module,ddr::tapeled_get
Compiling
Testing
spiceremote
under the Python API utilsPatch file