Alexander Klehm
Alexander Klehm
I have the same issue. Does somebody knows a fix or the reason for this issue?
I have the same problem, but I figured out, that it works, if I power both boards via USB and connect the I2C and GND from board to board. If...
Try to increase the first delay (line 19) in the esp_duck.ino file. I tried 10 seconds (delay(10000);) and it works well for me. This is maybe to long, so you...
Thanks for your answer. I will try.
@itss-sid I just had the same problem and found the solution in the example of this package. Here is my code, to solve it: ``` import 'dart:ui' as ui; import...
I'm using the official Raspberry Pi 7" Touch Display and a fresh install of Raspberry Pi OS lite. After installing "input-utils" via `sudo apt install input-utils` the backlight comes back...