First functioning draft
This commit is contained in:
@@ -12,7 +12,9 @@ public class MatrixRenderer
|
||||
_wled = new WledDdpClient(wledIp);
|
||||
}
|
||||
|
||||
//
|
||||
public async Task DrawAndSendFrameAsync(float currentTemp)
|
||||
//public async Task DrawAndSendFrameAsync(string currentTemp)
|
||||
{
|
||||
// 1. Create a 64x64 canvas
|
||||
using SKBitmap bitmap = new SKBitmap(_width, _height, SKColorType.Rgba8888, SKAlphaType.Premul);
|
||||
|
||||
Reference in New Issue
Block a user