st7789v 0.1.0

A platform agnostic driver to interface with the ST7789V (waveshare 2inch LCD Module), works on VersionFive2
Documentation
# st7789v

<img width="241" alt="image" src="https://user-images.githubusercontent.com/24632574/235287210-a501c975-eb82-421a-9980-f783385795ec.png">  

> A (mostly) platform agnostic driver to interface with the ST7789V LCD controller.
>  
> Special for VersionFive2 2inch LCD Module

- [Datasheet]

[Datasheet]: https://wiki.pine64.org/images/5/54/ST7789V_v1.6.pdf

# Official demo c Version

https://forum.rvspace.org/t/source-code-for-sense-hat-b-and-lcd-with-visionfive-2/852

[LCD_Demo.tar.gz] (1.2 MB)

[LCD_Demo.tar.gz]: https://forum.rvspace.org/uploads/short-url/dxDw7lcJlBfTc0M5c9BKaR9jjXL.gz

## Similar/Alternative drivers

This driver is a fork of [Gussy/st7789v] that has been modified to work on VersionFive2 with Waveshare LCD displays.

[Gussy/st7789v]: https://github.com/Gussy/st7789v

## Run example
> cargo run --example versionfive2
> 
### TODO

> Rotate image.....

## License

- MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)