This is heavily based on https://github.com/dustin/logic-ws2812
I know the CMake build works for windows. The rest I am not sure about
This plugin for Saleae Logic allows you to decode TM1814 LED control signals.
CSV export includes both the broken out values and a combined hex color value:
Download the Logic SDK and extract it somewhere on your
machine. In my case, it's ~/stuff/SaleaeAnalyzerSdk-1.1.32
.
Clone the repo and cd into the top level of it:
git clone https://github.com/keithsw1111/logic-tm1814
cd logic-tm1814
Symlink the include
and lib
directories into your tree:
ln -s ~/stuff/SaleaeAnalyzerSdk-1.1.32/{include,lib} .
Run the build script:
./build_analyzer.py
In the Developer tab in Logic preferences, specify the path for loading new plugins, then copy the built plugin into that location:
cp release/* /path/specified/in/Logic/preferences