fix endless example runs in pipeline
All checks were successful
Rust / build (push) Successful in 6m13s
All checks were successful
Rust / build (push) Successful in 6m13s
This commit is contained in:
parent
fa7bc267cb
commit
335127b219
|
@ -7,8 +7,10 @@ connection.Send(Command.Clear());
|
||||||
|
|
||||||
connection.Send(Command.Brightness(5));
|
connection.Send(Command.Brightness(5));
|
||||||
|
|
||||||
|
connection.Send(Command.Utf8Data(0,0, CharGrid.Load("This is a test")));
|
||||||
|
|
||||||
var pixels = Bitmap.NewMaxSized();
|
var pixels = Bitmap.NewMaxSized();
|
||||||
for (ulong offset = 0; offset < ulong.MaxValue; offset++)
|
for (ulong offset = 0; offset < pixels.Width(); offset++)
|
||||||
{
|
{
|
||||||
pixels.Fill(false);
|
pixels.Fill(false);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue