5 ms·
Having written some esp-hal rust, you can also just use crates which use embedded-hal (for the I2C part) and embedded-graphics (for the display driver part). I
by f_devd 2y ago
Having written some esp-hal rust, you can also just use crates which use embedded-hal (for the I2C part) and embedded-graphics (for the display driver part).
If they don't exist it's usually quite easy to port the C/C++ code to rust which implements those traits
- atoav 2y agoI just thought this would be a good thing to include in such a book.