Omelia Iliffe
Omelia Iliffe
Hello, I've implemented `Serialize` and `Deserialize` on the `LiveEvent` enum and its components. I couple of things I have had difficulty with and so aren't resolved yet. Deserializing `SystemCommon::SysEx` and...
I impl `Deserialize` for `SystemCommon` manually then ran into issues when trying to use `serde_json` to deserialize it. Not sure of a way to deseralize any borrowed byte array from...
Could you publish this change as a version on crates.io. Took me a while to work out why I wasn't able to import Wrapper :)
I am experimenting with this. Is there an easy way to draw the `FrameBuffer` to `mipidsi::Display`?
Fantastic! Thank you so much!
Hi, Thanks for your reply. I assumed incorrectly about the async performance, it does make sense that there is an overhead. Do you know of any examples of combining an...