-
I like to use the SCD40 module for my CO2 measurements.
I created a custom build for this purpose. With the following settings in “Custom.h”:
#define USES_P135 // SCD4x
#define P135_FEATURE_RES…
-
Took me some time to achieve right alignment of a float.
You might like to add these functions to your code. Or may be happy to tell me that such functions already exist :-)
```
int GetWidth(cons…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.0.4 on 2024-04-16; Raspberry Pi Pico with rp2040
Board ID:raspberry_pi_pico
```
### Code/REPL
```python
# Raspberry Pi Pico
import …
-
Currently it seems that the ESP32 wire library doesn support the 5 params requestFrom() command. So as it is now, your library isn't compatible with ESP32. I have modified your read() function to be c…
-
I'm facing some issue with the Raspberry Pico W spi (both). Compiling for example the raspberrypi-pico-w:st7735 project using raspberry SDK v1.4.0 and attaching an oscilloscope to the spi1 pins I …
-
## Describe the bug ##
While running `build-img` with `rg_tool` I am getting an error saying I am not satisfying the packages. In specific, I am running
```bash
./rg_tool.py build-img launcher prbo…
-
Hi,
i would like to use your Driver for this Display:
https://www.dwo.net.cn/pd.jsp?id=11927&fromColId=0#_pp=0_316_38_-1
This page states that there are 2 interface options 3-wire and 4-wire SPI…
-
Hi there,
I am not able to get the display to work. Neither the examples here nor the ones over at the st7735 library work. Using the proposed install script (after disabling the externally managed…
-
I want to display images from camera frame buffer captured by esp32-cam. Following is the code snippet.
```c
TickType_t realtime_image_test(TFT_t * dev, camera_fb_t * fb, int width, int height) {
…
-
Hi,
sorry when I'm wrong.
First we declare 3 outputs:
gpio_set_function(TPicoPin.SPI_CS, TGPIOFunction.GPIO_FUNC_SPI);
gpio_set_function(TPicoPin.SPI_SCK, TGPIOFunction.GPIO_FUNC_SPI);
…