rust-lcd 0.1.0

Toggle the LCD panel backlight.
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: all build install

all:
	@echo "Run 'sudo make install' to install 'rust-lcd'"

build:
	cargo build --release

install: build
	install -o root -g root -m 4755 -t /usr/local/bin target/release/rust-lcd