Hey, I'm sorry to ask for help here... I'm trying to make a display work with the avr-hal crate on the arduino(nano). I connected the panel and it works with the C-Arduino examples. However it fails to do so with rust. - It might also be a very dumb mistake on my part as I'm very new to arduino so bear with me.
Hey, I'm sorry to ask for help here... I'm trying to make a display work with the avr-hal crate on the arduino(nano). I connected the panel and it works with the C-Arduino examples. However it fails to do so with rust. - It might also be a very dumb mistake on my part as I'm very new to arduino so bear with me.
My WIP is here: https://github.com/enaut/rust-tft-test/blob/c87a6c96d34a1548759d4eb140b1740f23059f19/src/main.rs Can you spot any issues?