Find a file
2022-06-07 16:04:53 +02:00
src added open/release syscalls 2022-06-07 16:00:49 +02:00
.gitignore first commit (probably doesnt work) 2022-06-06 21:59:25 +02:00
install.sh added open/release syscalls 2022-06-07 16:00:49 +02:00
LICENSE Create LICENSE 2022-06-07 16:04:53 +02:00
Makefile first commit (probably doesnt work) 2022-06-06 21:59:25 +02:00
README.md added readme 2022-06-07 16:04:00 +02:00
unload.sh first commit (probably doesnt work) 2022-06-06 21:59:25 +02:00

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.