Philip Howard
Philip Howard
This is tricky. With pixel fonts we know the exact extent of the height and just return a constant, since it's impossible for any given letter to be taller than...
Text measuring should hopefully be part of the complete text rendering refactor that's in progress. :eyes:
Attempted to refactor this into a class to handle the teardown of Pico Unicorn when the garbage collector calls `__del__`. Broke it. :cry:
Note that `tracked_calloc` is inappropriate for C class instance storage since it does not have a finaliser or call to `__del__` so a class cannot be cleaned up and the...
@ZodiusInfuser perhaps this needs the GU magic :laughing:
Breakout Garden should use pins 4 and 5 for i2c and pin 3 for interrupt, so it should be possible to use these two together. If you're using MicroPython you...
I wonder if interrupt should default to -1 and only set up if supplied. Might avoid this in future. It's far from the only board that has an interrupt argument.
Agreed. Actually in practice there's virtually no point supplying the interrupt pin to the driver at all since it doesn't do anything with it. I might outright remove this parameter...
Using MicroPython I'd hook it up via USB and do this over serial using Python/pyserial - https://pyserial.readthedocs.io/en/latest/pyserial_api.html You then just need to make pressing a button print something, watch for...
Wireless at least is documented on the store:  And while there's no graphic for Pico Display 2.0. I believe it's identical to the smaller Display Pack:  I'm not...