Communicate with an inkplate over USB with Guile
Find a file
Tom Willemse 97e3757498 Add distribution file
This file can be used either with ‘guix shell -D --file=guix.scm’ or to install
the package from source:

  hall build -x
  autoreconv -ivf
  ./configure
  make dist
  guix shell -f guix.scm
2023-07-06 23:58:48 -07:00
doc Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
examples Initial commit 2023-06-03 00:29:04 -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
COPYING Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
guix.scm Add distribution file 2023-07-06 23:58:48 -07:00
HACKING Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
hall.scm Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
inkplate.scm Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
README Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
README.org Add instructions to run tests and examples to README 2023-06-03 00:32:41 -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