Daniel Egger
Daniel Egger
The main reason why there's no 16bit interface is that I haven't come across a display which supports 16bit data. Would you mind pointing me to the datasheet for your...
As far as I know those displays exclusively support 8bit (and sometimes 9bit) word size on SPI, hence my question. I checked the data sheet you pointed to but I...
Yes, I can. I only need to figure out what the least costly option is to address this.
Well, functionally that is equivalent. Architecturally the `Scope::new()` would now be bang in the middle in the execution path of a hot function.
Luckily there doesn't seem to be any performance impact from using `Scope::new()` in the hot path.
FWIW I'm also not a fan. The noise/usefulness balance for Rust in general just isn't there. The only partial utility I can see is for Rust project with -sys crates...
@mvniekerk Any update on your crates?
I guess we will need to figure out where to go with `microbit` then, since it might be a bit confusing for `discovery` book readers to use a little maintained...
Hi @hdoordt, > @therealprof would you be willing to accept pull requests from us, or alternatively give us write access to the `microbit` repository? (I'm assuming you're the owner here)...
@lulf Thanks for your assessment. I'd be happy to also add you as maintainer for `microbit`. > With rust 1.75 you can use embassy on stable, and moreover all crates...