fix example
This commit is contained in:
parent
c37bfd8332
commit
58b4756ae9
2 changed files with 3 additions and 3 deletions
|
@ -15,6 +15,6 @@ for (ulong offset = 0; offset < ulong.MaxValue; offset++)
|
|||
for (ulong y = 0; y < pixels.Height(); y++)
|
||||
pixels.Set((y + offset) % pixels.Width(), y, true);
|
||||
|
||||
connection.Send(Command.BitmapLinearWin(0, 0, pixels));
|
||||
connection.Send(Command.BitmapLinearWin(0, 0, pixels, CompressionCode.Lzma));
|
||||
Thread.Sleep(14);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue