Scott

Results 9 comments of Scott

I would be interested as well. How does one add a bounty? I'll match any bounty (up to $50 - i.e. I'll match that $15 and up to $35 more...

Cool, matching $15 added.

I am getting this with the red+black 2.13 inch on a pi zero W. One thing I note is that I can run the c-code demo just fine, but python3...

Install browserify (globally if you want the binary): `> npm install -g browserify` install gzip-js locally: `> npm install gzip-js` create a file with something simple like gzipjs_node.js: `var gzipjs...

Not working for me either, but I can't imagine it being a device dns-cache issue because places like McDonald's still cause a pop-up on my phone. Has anyone tried sniffing...

Further testing on my part with your dns server library, and I can see the dns requests are being answered, but I never see the requests combing back to the...

What about the possibility of parsing the path itself? I found this from part of the meyfa/php-svg library: [https://github.com/meyfa/php-svg/blob/main/src/Rasterization/Path/PathParser.php](PathParser.php) Feed it the 'd' attribute of the 'path' element. I added...

I'm currently trying to get this to work on ESP8266 with spiffs, but the manner in which the examples assign the incoming data to an unbounded uint8_t array seems to...

Having the same issue - make sure you don't have a copy of Wire.h or the older Wire libraries in your Arduino/libraries folder. That should be part of the core...