joukos

Results 8 issues of joukos

Turns out the latest Raspberry Pi OS "Bullseye" uses Python 3.9 and RPi.GPIO does not yet play along with it nicely: https://raspberrypi.stackexchange.com/a/135164. To work around this for now, update the...

Add support for reading a configuration file to simplify usage.

enhancement
good first issue
usability

The main README is too long. There's old but valid documentation way too far to be comfortably scrolled to because of meandering hit-and-run updates and not having the time to...

enhancement
usability

Now that there's more than enough features, should also add proper tests.

In order to prevent any potential damage for long running applications and keep the image clean, a couple of things ought to be done: - [ ] Set the panel...

enhancement

Instead of reading `/dev/vcsa*`, allocate a pseudo TTY. A big problem with the VT buffer is that the original unicode value is lost. Having an option to use a pty...

enhancement

The current drivers are essentially exactly the same as the reference drivers - they leave a lot to be desired: - the frame buffer handling / drawing / bit fiddling...

Low priority, since `journalctl` can show the service stdout and there's not much output anyway, but when running as a service (or debugging), being able to configure the logging level...