lcd_driver/README.md

9 lines
251 B
Markdown
Raw Normal View History

2022-06-07 14:04:00 +00: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.