Turing-Smart-Screen-RS
This is a Rust driver for the Turing Smart Screen. It is based on turing-smart-screen-python but is not a direct port. It is a rewrite in Rust.
Usage
Use the image library to load an image or to create an image from scratch. Then use the Screen struct to draw the image on the screen and to control the screen.
let port = find_port.expect;
let mut screen = new.expect;
screen.orientation.expect;
screen.clear.expect;
let img = open.unwrap.decode.unwrap;
screen.draw.expect;
There are more functions available in the Screen struct. Check the documentation for more information.
It works!
