1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Added generic led-id list

This commit is contained in:
Darth Affe 2017-12-12 13:35:08 +01:00
parent 9ec84b9e37
commit 200e471e4d
2 changed files with 1131 additions and 0 deletions

1130
RGB.NET.Core/Leds/LedId.cs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -65,6 +65,7 @@
<Compile Include="Devices\RGBDeviceLighting.cs" />
<Compile Include="Helper\CultureHelper.cs" />
<Compile Include="Helper\PathHelper.cs" />
<Compile Include="Leds\LedId.cs" />
<Compile Include="Positioning\Shape.cs" />
<Compile Include="Devices\Layout\LedLayout.cs" />
<Compile Include="Devices\Layout\DeviceLayout.cs" />