David Glaude
David Glaude
I use the keyboard on the Keyboard FeatherWing with Circuit Python. I wanted to know when the ALT key is pressed (and maybe other key like left shift, right shift...
https://twitter.com/wildestpixel/status/1238712529804804098?s=19 + "It's shared with Scroll HAT Mini's predecessor Scroll pHAT HD, but we've added a few examples of how to use the buttons on the newer board."
Your code was not working for me on CircuitPython 5.3+ (maybe before). Need to import usb_hid to later use that to create the keyboard object. Then, I could not find...
Make a piece of code more readable.
Thank you for this code and the great YT video demonstrating it. I was wondering if those were supposed to work with Raspberry reference design for attaching a VGA to...
This beetle-esp32-c3 board has a connector so that you can attach a display sold separatly. Do we consider that a display? From the documentation: * "Besides, the onboard easy-to-connect GDI...
There are at least two boards with a HUB75 matrix LED interface: * matrixportal_m4.md * pimoroni_interstate75.md The Matrix Portal from Adafruit advertise to have a "Display" as feature. Where the...
Should we consider a 7x17 LED matrix to be a display? I believe only LCD or OLED display should be tagged as having a display. However I added the Alligator...
Maybe on a board page like https://circuitpython.org/board/circuitplayground_express/ we could display the features of that board in "little boxes". So for CPE it will display those two items from the metadata:...
Right now you can filter for board with feature X, but you cannot filter for board that do not have feature X. I used the "display" filter to identify board...