update to wip uniffi binding
Some checks failed
Rust / build (pull_request) Failing after 18s

This commit is contained in:
Vinzenz Schroeter 2025-06-13 11:48:40 +02:00
parent 08bc35db29
commit 13a34e83d7
3 changed files with 637 additions and 18 deletions

View file

@ -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));