mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
Fixed typo in Core readme
This commit is contained in:
parent
3d9706ad0e
commit
aba0888bd9
@ -17,7 +17,7 @@ surface.AlignDevices();
|
|||||||
surface.RegisterUpdateTrigger(new TimerUpdateTrigger());
|
surface.RegisterUpdateTrigger(new TimerUpdateTrigger());
|
||||||
```
|
```
|
||||||
|
|
||||||
## Basis Rendering
|
## Basic Rendering
|
||||||
```csharp
|
```csharp
|
||||||
// Create a led-group containing all leds on the surface
|
// Create a led-group containing all leds on the surface
|
||||||
ILedGroup allLeds = new ListLedGroup(surface, surface.Leds);
|
ILedGroup allLeds = new ListLedGroup(surface, surface.Leds);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user