Russell Davis

Results 5 comments of Russell Davis

just to confirm. tried 3 different Pi's, 2 different pISO's and 3 different sd cards and setups and no go unfortunately :(

changing the import line from import serial to from . import serial seems to fix it although probably not the "right" way to do it

I tried to build the example on a raspberry pi and it fails `pi@raspberrypi:~/ssd1306/examples/raspi $ cargo clean pi@raspberrypi:~/ssd1306/examples/raspi $ cargo build Compiling void v1.0.2 error[E0463]: can't find crate for `std`...

managed to find a solution. i have to put the target on the build or run command otherwise it tries to use the thumbv7m-none-eabi toolchain rather than the default toolchain...

lines 135 and 136 create the random (and zero'd) data and lines 157,181,192,217 dump the data to the display