yet again i managed to get a display with touch on an embedded device without checking if there were any rust drivers. this time i can't even find a datasheet
yet again i managed to get a display with touch on an embedded device without checking if there were any rust drivers. this time i can't even find a datasheet
I may have to maintain a set of forks of a bunch of crates for my IPv6 crimes to work #RustEmbedded
Especially smoltcp, embassy, esp-hal and all their related crates are not properly aligned feature wise and wrt releases being somewhat up to date
Of course IPv6 multicast in rust embedded is a proper challenge
I'm now trying to wrap my head around the esp-idf implementation for the lcd rgb panel so that I can implement what they do in Rust. #RustEmbedded #embedded #esp32.
here's the main bulk of the c implementation: https://github.com/espressif/esp-idf/blob/master/components/esp_lcd/rgb/esp_lcd_panel_rgb.c