This commit is contained in:
parent
08bc35db29
commit
13a34e83d7
3 changed files with 637 additions and 18 deletions
|
@ -1,8 +1,7 @@
|
|||
using System.Threading;
|
||||
using ServicePoint;
|
||||
|
||||
// TODO: replace with new Connection("127.0.0.1:2342") to send to a real display
|
||||
var connection = Connection.NewFake();
|
||||
var connection = new Connection("127.0.0.1:2342");
|
||||
connection.Send(Command.Clear());
|
||||
|
||||
connection.Send(Command.Brightness(5));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue