mirror of
https://github.com/yuri91/ili9341-rs.git
synced 2024-11-21 22:30:59 +00:00
13 lines
431 B
TOML
13 lines
431 B
TOML
[package]
|
|
name = "ili9341"
|
|
version = "0.1.1"
|
|
description = "A platform agnostic driver to interface with the ILI9341 (ald ILI9340C) TFT LCD display"
|
|
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
|
|
categories = ["embedded", "hardware-support", "no-std"]
|
|
keywords = ["embedded-hal-driver", "display", "LCD"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/yuri91/ili9341-rs"
|
|
|
|
|
|
[dependencies]
|
|
embedded-hal = "0.1.0"
|