bablokb
bablokb
Check https://pinout.xyz/pinout/inky_phat for the pinout. You can use the other pins without problems. BTW, I soldered long pins (20mm) half-way to a Zero-W, so I can plug in the zero...
I will add a mapping dict to my code (e.g. { "black": display.BLACK, ... } that will solve the issue but will change the format of the json causing some...
You could try to setup your image as RGB for the impression. The impression-code will do the mapping to a palette image automatically hopefully preserving black&white. I use the `colour`-attribute...
Why don't you just copy (and modify) the python-code from the Inky-Impression class to a small python-script?
This is a library and you can't make assumptions regarding the application. If I have a an application with integrated bot, and the user wants to closes it, should I...
Yes, I also noticed that the core uses a very old version of micronucleus as the upload-program. The micronucleus github-repo has newer versions and also newer bootloaders. It could turn...
I added a comment to https://github.com/platformio/platform-atmelavr/issues/233 The new version of micronucleous fixed the problem that I could not upload the program, although using the program from within pio fails because...
So I followed the instructions from @maxgerhardt : - downloaded the tar.gz for my Linux-system from @ArminJo - created a package.json - updated the tar.gz with the package json -...
Works perfect. I'm looking forward to the integration into pio, but this is a usable workaround. Thank you all.
It is not only about large files, it is also about SSE (server sent events). They are streamed, and clients expect them to arrive directly after the server sends them.