Hendrik Lind

Results 38 comments of Hendrik Lind

Hey, any updates? Do you have a work around?

Also I‘m quite unsure how to implement this. I think creating a new implementation is a good idea but should we make the RgbMatrix::Impl virtual so a mocking class can...

Also are there any emulators for seeing output of the led matrix? Like in the python implementation?

I'm using this for my led matrix application which has even support for plugins: [Repo](https://github.com/sshcrack/led-matrix)

Do you happen to have a repo link?

Would be great if you could upload the code. I don't know if I'll be able to fix the missing features but I will try. Alright I looked at the...

Okay, I've created a simple emulator, again there is no support for pixel mapping but it is working for my use case! Although the content streamer doesn't work yet as...

Alright it works on my machine™. There needs to be a lot more of testing and reviewing the code I think Also what I've just noticed is the command line...

Yeah, I just ended up implementing a virtual frame buffer which the emulator update thread can read easily