Kirill Mikhailov
Kirill Mikhailov
@MabezDev, agree! Maybe let's discuss this topic on a next meeting(/when most of us won't have a vacation 😄)? Just to put this matter to rest. cc: @jessebraham (as you've...
I think, as `Key` enum is currently a "nicest" solution, we can proceed with it 🤔
Most of the progress is already done in my branch, I'll do a PR as soon as I can. https://github.com/playfulFence/esp-hal/tree/feature/trng_revert
Hi there! We updated the no-std builders with new `max7219-nostd` crate, so here's another example: [esp32 with led matrix 8x8](https://wokwi.com/projects/344869867332043347)
Hello! We got new (a bit more complicated) example with `max7219` and `analog joystick` now: [esp-joystick-draw](https://wokwi.com/projects/342697409287029332)
Hi everyone! New example is here! [esp-keypad](https://wokwi.com/projects/346697192934736467)
Hello! New example with using of beautiful [Samuel's examples](https://github.com/sambenko/esp32s3-box-examples) and new builder is ready [esp-gallery](https://wokwi.com/projects/348033994448699987)
Hi everyone! Just created new example, it's an already known `esp-gallery`, but with usage of `mipidsi` driver instead of `ili9341-rs` [mipidsi-esp-gallery](https://wokwi.com/projects/351123733116617303)
According to `rand_core` docs: [CryptoRngCore](https://docs.rs/rand_core/0.6.4/rand_core/trait.CryptoRngCore.html) An extension trait that is automatically implemented for any type implementing [RngCore](https://docs.rs/rand_core/0.6.4/rand_core/trait.RngCore.html) and [CryptoRng](https://docs.rs/rand_core/0.6.4/rand_core/trait.CryptoRng.html).
Oh, I did it, but maybe it's lost in another branch 😄. Will double check when I'm near my PC again.