1
0
Fork 0
My script for displaying information on my Inkplate
Find a file
Tom Willemse 74cfa41b83 Replace nice-looking UTF-8 ’ with ASCII '
Currently the software on my Inkplate doesn't support UTF-8.
2023-12-07 14:21:30 -08:00
COPYING Initial commit 2023-07-07 22:52:38 -07:00
inkplate-display Replace nice-looking UTF-8 ’ with ASCII ' 2023-12-07 14:21:30 -08:00
README.org Add ‘--reset’ command-line option 2023-07-07 23:16:12 -07:00

Inkplate Display

My script for displaying information on my Inkplate.

Requirements

This script needs Guile and guile-inkplate.

Installation

Put the inkplate-display script anywhere in your $PATH.

Usage

Run the inkplate-display script without any arguments. This script assumes that your Inkplate is connected, running in peripheral mode, and that the file descriptor is located at /dev/ttyUSB0.

The following command-line arguments are available:

--reset
Causes a full screen update to be sent to the Inkplate instead of a partial one. Clears any artifacts from previous partial updates, but is harder on the display so shouldn't be used all the time.