bablokb

Results 10 issues of bablokb

The current MessageLoop implementation does not allow graceful termination of the message loop. Of course I could kill the process from the os-side, but I want to save state after...

enhancement

I have problems uploading a program to the digistump-attiny85 because the bootloader is not supported. Digging into some threads I found out that platform.io does support uploading a new bootloader....

help wanted

I recently wanted to migrate my application from Inky-wHat to Inky-Impression and noticed that you swapped the color-codes for white and black. In a pure python-world, that is ok because...

I forked this repo quite some time ago and started porting it to the BME688. I mainly came up with the same set of changes as you now. But when...

Hi, currently the launcher uses a busy-loop in it's main-loop. This really eats up battery. Why not use alarms? Set up an alarm for each button and then send the...

The pinout of Inky Impression does not list the GPIOs used for the buttons. I know they are not "used" in a strict sense (you have to configure something), but...

When adding to $HOME/.bashrc, you must insure that you add your lines on a new line. My .bashrc did not have a newline at the very last line, resulting in...

install.sh will just add new config-lines at the end of config.txt. If the current end is after a filter, the added lines are not generally active. In my case e.g....

Images that are already in mode='P' are remapped with a fix remapping that ignores the internal colormap of the image. The result is terrible. This patch generates the remap-array automatically....

Not an issue, but a pingback. Your nice project inspired me to port it to CircuitPython (which is almost trivial), but I ended up with a complete new implementation based...

enhancement
help wanted