-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0-beta.0-12-gcd5c9d2632 on 2024-09-25; Raspberry Pi Pico 2 with rp2350a
```
### Code/REPL
```python
import board
import busio
impor…
-
# Library Repackaging Progress
This is an overview of our Python going concerns. Not all of these may need repackaging or be possible to repackage, and some of them might work with Pi 5 / Bookworm …
-
Hello! I'm working on fun project in which it would be very very helpful to get 2 SPI displays working simultaneously. It's for a scientific research application (I'm happy to go into more detail!) bu…
-
**Describe the bug**
Since the firmware update on Jan 4 and including the subsequent update on Jan 8, using Framebuffer copy does not work anymore. I get the following messages looping over and over …
-
I have an st7789 240 * 240 screen
my connections are
#define TFT_MISO -1
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_CS 14 // Chip select control pin
#define TFT_DC 21 // Data …
-
Obligatory Micropython/programming noob here. I'm working on a project involving playing video back on a Pi Pico running Micropython. For purposes of initial testing, I'm using https://github.com/russ…
-
Hello! I really liked your peephole project and rushed to buy the ttgo board, but i can't seem to make it work. I succesfully flashed your code using arduino ide (wifi credential changed and uploaded …
-
Thank you for the great work with this firmware.
I've just flashed it on my scope and I noticed a weird behavior where the red and blue color channels seems to be swapped. Nothing too fancy and (prob…
-
I bought also a esp32-2432S028R, Chip identifies with ESP32-D0WD-V3 (revision v3.1)
To get in running I had to add/change:
platform = https://github.com/tasmota/platform-espressif32/releases/downlo…
-
Using a Debian environment with cargo & rustc versions 1.78.0.
Problem: Cargo cannot install crate `embassy-net` from crates.io with feature `raw`
Steps to reproduce problem:
1. Create new proj…