Results 10 comments of Klaas De Craemer

I received some code from 8devices but I never got it to work on my 64 bit system. Even their test application fails to start or crashes. At some point...

I figured out that it had to do with the font generation scripts by projectitis. A pull request was made for a fix to the bpp calculation (https://github.com/projectitis/packedbdf/commit/f320d2fadd4c2574215128514e7bbc7f53a96ffd) but never...

Thanks, your script works fine! I did have to include the space-character (32) in my fonts. Is there a reason that it explicitly needs it? Just curious.

I experimented a bit more and noticed that if the calls to update the screen are faster (e.g. 15 p/s instead of around 6 p/s, the flicker disappears. But I...

Hi Kurt, Thanks for the reply! In my code I always write to a canvas object, and at the last moment I write that to the screen. Basically the following...

I recently tried the ILI9341_t4 library, and that solved the flicker. So I eventually moved the application over. The memory requirements are much higher though. My display does not have...

Just wanted to confirm the same issue on my laptop with Win10, since the last update. The interface says that the account is signed out, in the tooltip. Only solution...

Hi Max (and Ed), I still have the logged serial output in my backups. I will dig them out in the next days. Kind regards Klaas

Attached is the recorded serial communication between the UPS and APC Powerchute: [serial_capture_apcups.zip](https://github.com/klaasdc/apcups-serial-test/files/13937396/serial_capture_apcups.zip)

Hi tfhomenet Just now noticed your message/issue... oops Thanks for your additions! I only used this code by hand with the CLI, and is not very developed. Hopefully you got...