aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add laminar badge to READMEHEADmasterGravatar Tom Willemse2023-07-141-0/+6
| | | | | 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.
* Send a partial update in the date exampleGravatar Tom Willemse2023-07-121-1/+1
| | | | | 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.
* Fix the date exampleGravatar Tom Willemse2023-07-121-1/+1
| | | | | I stopped calling the original module ‘(inkplate lowlevel)’ since I don't have any idea for a high-level API yet.
* Add ‘guile-termios’ dependency to set the speed of ↵Gravatar Tom Willemse2023-07-124-5/+18
| | | | | | | | | | | | | | | | 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.
* Add build filesGravatar Tom Willemse2023-07-078-8/+336
|
* Add examples to the hall documentation sectionGravatar Tom Willemse2023-07-071-1/+2
| | | | This way when I run ‘hall clean -x’ I don't have to keep resurrecting the file.
* Add distribution fileGravatar Tom Willemse2023-07-061-0/+31
| | | | | | | | | | | 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
* Restructure project as suggested by running ‘hall init ↵Gravatar Tom Willemse2023-07-067-2/+139
| | | | --convert’
* Add instructions to run tests and examples to READMEGravatar Tom Willemse2023-06-031-0/+5
|
* Initial commitGravatar Tom Willemse2023-06-035-0/+599