Tim Boldt
Tim Boldt
I was using a FilledTriangle to draw the hands on a clock, and I noticed that the triangle for the minute hand goes outside the boundaries of the clock near...
I imagine this is more of a compiler issue (?), but I think it is worth noting here. It is frustrating that including TinyFonts increases build times by 10x or...
Encoding a PNM bitmap as binary (type P4) works correctly, but encoding it as ASCII (type P1) results in the wrong sample format. Specification: https://netpbm.sourceforge.net/doc/pbm.html ## Expected I expected a...