You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, could it be that the U8g2 does not support the Arduino nano RP2040 ?
With a nano 33 IoT, the code below works perfectly.
But with the RP2040, I notice that MOSI and CLOCK do not emit anything (I measure a constant 3.3 Volt, with a scope) but the RESET pin constantly emits a waveform, as soon as the U8g2 library is initialized.
The pinout of both processors is the same, as far as the used pins are concerned. So in my humble opinion the issue is somewhere in the library. Is that a possibility ?
Hi, could it be that the U8g2 does not support the Arduino nano RP2040 ?
With a nano 33 IoT, the code below works perfectly.
But with the RP2040, I notice that MOSI and CLOCK do not emit anything (I measure a constant 3.3 Volt, with a scope) but the RESET pin constantly emits a waveform, as soon as the U8g2 library is initialized.
The pinout of both processors is the same, as far as the used pins are concerned. So in my humble opinion the issue is somewhere in the library. Is that a possibility ?
My code snippet:
Thanks for looking into this.
Herwig Taveirne
The text was updated successfully, but these errors were encountered: