A small program to allow mirroring of a terminal on an e-paper screen, inspired by jouko's PaperTTY
Find a file
Rosia E Evans 3e1e8b073b code
2025-03-30 18:29:40 +01:00
README.md code 2025-03-30 18:29:40 +01:00

c-paper-terminal

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. If you prefer python and want a more flexible system, definitely check it out

Building

To build this you'll need to install

  • sdl2
  • catch2 (this should automatically be installed by cmake)