lhm0
lhm0
I am lost on the following problem: "gifReader.decodeAndBlitFrameRGBA(frameNumber, pixels)" works for the first frames of a gif, but for higher frame numbers, I get only corrupted image data.
I am using the RP2040 SDIO extension of SdFat successfully,. However as soon as I run PWM IRQs in parallel, I run into trouble. Both lines pwm_clear_irq(0); pwm_set_irq_enabled(0, true); bring...
I really appreciate the SDIO expansion for Rp2040. This is exactly what I need. However, while both Rp2040SdioSetup.ino and bench.ino run on one of my raspberry pi picos flawlessly, I...