Rop Gonggrijp

Results 97 comments of Rop Gonggrijp

Yes, if you let your computer sit for a while (differs how long that needs to be for me) and then press button it can take up to 10 seconds...

I get "Access to ip-api.com was denied / You don't have authorization to view this page." when I click that. > On Dec 18, 2023, at 17:31, Scott Baker ***@***.***>...

Hah, works now, although I did get the error once more. Odd. But yes, I agree this is a better way to go than having our own server for this.

I would love for someone with a more thorough understanding of unicode and code pages to show me how to extract relevant bits from TTFs and insert then into the...

I think the adafruit tool allows for setting starting and ending codepoint, but only for one contiguous block. M5Stack has a tool that can do multiple blocks, but only for...

I use the Adafruit library underneath and can only do tricks that they can do, which can only specify a starting and ending "code point" for the resulting character set....

Size is such a complicated thing with these conversion tools because the fonts can contain lots of size information that determines the size that actually comes out. Also my interface...

MY converter is only a thin shell around Adafruit's `fontconvert` tool and comes with some limitations. One of which is that you cannpt specify the beginning and starting code points....

I guess that would break code that does, say, `SSD1306Wire display(0x3c, SDA, SCL, GEOMETRY_128_32);`, so that leaves putting it all the way at the end, or having something like `setResetPin(int...

Nomenclature is hard, and I know it. The problem with show() is that these are all widgets and the result of the last step isn't always that they are shown....