From ae4a1fdd32fe38080d8dc27789946cea7c6bfe85 Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Tue, 7 Jun 2022 16:04:00 +0200 Subject: [PATCH] added readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..72cb750 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# LCD Driver +This is eventually gonna be a kernel module capable of sending text to a connected LCD display. +The communication would be happening via device file `/dev/lcd` + +## How to build +Good luck. + +## How to use +Probably better to just not use it. \ No newline at end of file