Update README.md

This commit is contained in:
Rosia E Evans 2024-05-10 23:27:15 +01:00 committed by GitHub
parent ca8e2c42f1
commit 9e5261ecfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,4 @@
# c-paper-terminal
A small program to allow mirroring of a terminal on an e-paper screen, inspired by [jouko's PaperTTY](https://github.com/joukos/PaperTTY/tree/main)
A small program to allow mirroring of a terminal on an e-paper screen in light weight cpp code.
Originally inspired by [jouko's PaperTTY](https://github.com/joukos/PaperTTY/tree/main). If you prefer python and want a more flexible system, definitely check it out