seaxwi
seaxwi
@ngolf Are you sure you're using a MKR WiFi 1010 board? If so, can you share the sketch that is producing the wrong colors? The full sketch in the tutorial...
Here's a reworked example that (1) declaring pin constants and (2) uses the conventional RGB order when referencing the pins: ```c #include #include const uint8_t LED_RED = 26; const uint8_t...
For me (on macOS), resizing the Arduino IDE window to it's minimum size does not replicate the issue:  However, the same problem occurs if I increase the **Interface scale**...