This repository provides generic display drivers to connect to TFT displays that implement the MIPI Display Command Set.
It consists of
- mipidsi - sync version of the driver
- mipidsi-async - async version of the driver
NOTES:
- The name of these crates is a bit unfortunate as the drivers work with displays that use the MIPI Display Command Set via any transport supported by display_interface but MIPI Display Serial Interface is NOT supported at this time.
Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT).