-
I have adafruit-circuitpython-typing version 1.10.2 installed via pip3 on a Raspberry Pi 3B+ running "Raspbian GNU/Linux 10 (buster)". I did just do "apt-get update" and "apt-get upgrade" today (Nov …
-
This library stems from the original PR here: https://github.com/adafruit/Adafruit_CircuitPython_Register/pull/35
@maholli you mentioned wanting to be pinged if anyone started this up. There is ren…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.0-beta.2 on 2024-05-15; Waveshare RP2040-Zero with rp2040
```
### Code/REPL
```python
import usb_hid
import keypad
import…
-
Hi,
I'm use the Adafruit_ILI9341 and the GFX library to drive a ILI9341 TFT SPI touch screen on a Arduino UNO with an Ethernet Shield 2 (for the touch pad I use URTouch.h)
I've found some bugs a…
-
### Operating System
Windows 10
### IDE version
Ardino 2.2.0
### Board
Adafruit Feather nrf52832
### BSP version
1
### Sketch
https://github.com/adafruit/Adafruit_nRF52_Ardu…
-
python3 Adeept_RaspClaws/server/webServer.py
Traceback (most recent call last):
File "/home/admin/Adeept_RaspClaws/server/webServer.py", line 10, in
import move
File "/home/admin/Adeept_R…
-
Hi,
I'm trying to use this package in order to run an HTTP Server (Microdot) concurrently with other tasks on Raspberry Pico W.
It's failing for me with:
```
Traceback (most recent call last):
…
-
Re this thread:
https://forums.adafruit.com/viewtopic.php?f=19&t=187741
Using this:
https://www.adafruit.com/product/4750
Intentionally placing wrong finger on second scan but not getting mismat…
-
Instead of the lines:
```
// create display device
#define OLED_RESET -1 // unused port - to keep the compiler happy
Adafruit_SSD1306 display(OLED_RESET);
```
I needed to put in the followi…
-
The [Adafruit_GPIO](https://github.com/adafruit/Adafruit_Python_GPIO) library is now archived and so does not correctly support later versions of Raspberry Pi and OS. The plan is to replace this with …