Commit graph

10 commits

Author SHA1 Message Date
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
27cbc844de Send a partial update in the date example
From what I've read it's not good to always do full updates, so for examples and
testing I figure that doing a partial update of the whole screen is also good.
2023-07-12 15:13:34 -07:00
05d734c903 Fix the date example
I stopped calling the original module ‘(inkplate lowlevel)’ since I don't have
any idea for a high-level API yet.
2023-07-12 15:13:01 -07:00
b86754cb92 Add ‘guile-termios’ dependency to set the speed of the inkplate TTY
There seems to be magic going on here. Once the speed has been set for the
device once the OS (at least GNU/Linux) remembers the setting and it doesn't
have to happen again after. Since I was porting from my Emacs module, I kept
running Emacs and it kept setting the speed, which meant that my tests with
Guile kept working.

After a reboot, it stopped.

This change makes sure that the speed is set. I'm not sure if the raw is
necessary, but it's in the example, and it seems to work for now, so I'll keep
it around.
2023-07-12 15:08:31 -07:00
17e45127e1 Add build files 2023-07-07 22:23:01 -07:00
e847014d81 Add examples to the hall documentation section
This way when I run ‘hall clean -x’ I don't have to keep resurrecting the file.
2023-07-07 00:03:18 -07:00
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
2395878248 Restructure project as suggested by running ‘hall init --convert’ 2023-07-06 23:30:24 -07:00
0b9f699b14 Add instructions to run tests and examples to README 2023-06-03 00:32:41 -07:00
4f1b559f1c Initial commit 2023-06-03 00:29:04 -07:00