Communicate with an inkplate over USB with Guile
Find a file
Tom Willemse 6a5428b99d Add laminar badge to README
I'm not sure if all of the export methods will display this properly, but the
regular way of just adding an org link doesn't quite work right.
2023-07-14 00:10:34 -07:00
build-aux Add build files 2023-07-07 22:23:01 -07:00
doc Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
examples Send a partial update in the date example 2023-07-12 15:13:34 -07:00
tests Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
.gitignore Initial commit 2023-06-03 00:29:04 -07:00
AUTHORS Add build files 2023-07-07 22:23:01 -07:00
ChangeLog Add build files 2023-07-07 22:23:01 -07:00
configure.ac Add ‘guile-termios’ dependency to set the speed of the inkplate TTY 2023-07-12 15:08:31 -07:00
COPYING Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
guix.scm Add ‘guile-termios’ dependency to set the speed of the inkplate TTY 2023-07-12 15:08:31 -07:00
HACKING Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
hall.scm Add ‘guile-termios’ dependency to set the speed of the inkplate TTY 2023-07-12 15:08:31 -07:00
inkplate.scm Add ‘guile-termios’ dependency to set the speed of the inkplate TTY 2023-07-12 15:08:31 -07:00
Makefile.am Add build files 2023-07-07 22:23:01 -07:00
NEWS Add build files 2023-07-07 22:23:01 -07:00
pre-inst-env.in Add build files 2023-07-07 22:23:01 -07:00
README Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
README.org Add laminar badge to README 2023-07-14 00:10:34 -07:00

Guile Inkplate

This is a simple port of my Emacs Lisp Inkplate library to Guile.

Running these needs to happen from the project root:

running tests
guile -L . tests/inkplate.scm
running examples
guile -L . examples/date.scm