diff --git a/ServicePoint.Example/Program.cs b/ServicePoint.Example/Program.cs index 37015ee..10cb874 100644 --- a/ServicePoint.Example/Program.cs +++ b/ServicePoint.Example/Program.cs @@ -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); } diff --git a/ServicePoint/ServicePoint.csproj b/ServicePoint/ServicePoint.csproj index 24ca0ef..8749854 100644 --- a/ServicePoint/ServicePoint.csproj +++ b/ServicePoint/ServicePoint.csproj @@ -25,10 +25,10 @@ - + - +