[package] name = "lcd1604_gpio" version = "1.0.1" edition = "2021" description = "Abstraction layer for interfacing between Raspberry Pi and 16x2 or 16x4 LCD display modules through GPIO." readme = "README.md" license = "MIT" exclude = ["imgs/"] keywords = ["raspberry-pi", "gpio", "lcd", "embedded", "device-interface"] categories = ["embedded", "hardware-support"] repository = "https://github.com/docteurdoom/lcd1604_gpio" [lib] name = "lcd1604_gpio" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [dependencies] rppal = "0.16.0"