-
Hi There,
i am attempting to build the prebeskar - mandoputer. with the itsybitsy rp2040 and the 1.14" screen
i have followed the guide, but i appear to have run into an issue where all i get is…
-
Can I set Arcada on ItsyBitsy M4?
Thank you.
-
### Operating System
Windows 11
### IDE version
2.3.2
### Board
ItsyBitsy NRF52840 Express
### BSP version
1.6.1
### Sketch
Custom NRF52840 board: https://github.com/amowry/WARBL2
### What h…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.1-5-g901dd228cb-dirty on 2024-07-28; Adafruit ItsyBitsy ESP32 with ESP32
```
### Code/REPL
```python
import mandelbrot
```
### Beha…
-
PIO Core Call Error: "Resolving adafruit_itsybitsy_esp32 dependencies...\r\n\n\nUnknownBoard: Unknown board ID 'adafruit_itsybitsy_esp32'"
-
This code doesn't run properly on any analog pin other than A1:
```forever(function () {
pins.A0.analogWrite(0)
pause(500)
pins.A0.analogWrite(198)
pause(500)
pins.A0.analogW…
-
I've installed these drivers, in Windows 7, but they do not appear to support the itsybitsy RP2040.
No driver gets installed for it when I plug it in without holding down the Boot button, and when …
-
Adafruit is deprecating the [Pro Trinket](https://www.adafruit.com/product/2010)!
Here's their waring:
> Deprecation Warning: The Pro Trinket bit-bang USB technique it uses doesn't work as well a…
-
- Arduino board: Itsybitsy M0
- Arduino IDE version (found in Arduino -> About Arduino menu): PlatformIO in VS Code
- List the steps to reproduce the problem below (if possible attach a sketc…
-
I breadboarded an Adafruit 3677 (ItsyBitsy 32u4 5V) with an Adafruit 4383 (240x135 LCD ST7789).
I'm seeing very slow run-time of the GFX library's drawBitmap().
In the Adafruit forum I asked what's …