From 5931080e7e8c1940cb5d9fab4a3412391d0b90fb Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Fri, 23 Aug 2019 20:08:28 +0200 Subject: [PATCH] Added layout-part to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b38a1aa..45ae0db 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Since there aren't any release-packages right now you'll have to use the CI-feed You can include it either by adding ```http://nuget.arge.be/v3/index.json``` to your Visual Studio package sources or by adding this [NuGet.Config](https://github.com/DarthAffe/RGB.NET/tree/master/Documentation/NuGet.Config) to your project (at the same level as your solution). +### Device-Layouts +To be able to have devices with correct LED-locations and sizes they need to be layouted. Pre-created layouts can be found at https://github.com/DarthAffe/RGB.NET-Resources. + +If you plan to create layouts for your own devices check out https://github.com/DarthAffe/RGB.NET/wiki/Creating-Layouts first. There's also a layout-editor which strongly simplifies most of the work: https://github.com/SpoinkyNL/RGB.NET-Layout-Editor + ### Example usage of RGB.NET [![Example video](https://img.youtube.com/vi/JLRa0Wv4qso/0.jpg)](http://www.youtube.com/watch?v=JLRa0Wv4qso)