Andy Clymer
Andy Clymer
First, you're on the right track. The default configuration of a Trinket M0 doesn't have all of the Python packages installed because of (as you've noticed) the very limited amount...
Yeah, the space is super limited. I think my next project will use the Adafruit ItsyBitsy or Feather which have a extra 265k of storage, which is massive in comparison...
Fixes for the updated API in adafruit_hid
Hi @Charlie22911 ! First, I wonder if you're using any of the example code from this repo? It sounds like maybe you're using the "SixKeys-Template" code? Did you modify the...
HI @Charlie22911 , Thanks for posting your code, let me walk you through what's happening. From your Python traceback, the error can be found on line 28 in your main.py:...
Ah yes! I knew I should have tested my reply before sending it but I didn't have a MiniKbd on hand at the moment. In CircuitPython, the keyboard can work...
Nice! I'd love to contribute.
I'll take this one since it probably somewhat related to the Point test
I'm getting close to finishing a pass of tests for the bPoint but I ran into a question — many tests fail because of how closely linked the bPoint object...
I have the assumption that the appearance of a master should not change, it should only have influence on neighboring instances. The example that Colin found of a pair off...