From 9e5261ecfbd6a5512003ee10fbcb72f0013057bf Mon Sep 17 00:00:00 2001 From: Rosia E Evans Date: Fri, 10 May 2024 23:27:15 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cd5cc7..a19ec6f 100644 --- a/README.md +++ b/README.md @@ -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 +