seaxwi

Results 3 comments of 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: ![image](https://user-images.githubusercontent.com/71350948/233065261-5a97e2b6-53dd-44ff-80b4-d7c70d620746.png) However, the same problem occurs if I increase the **Interface scale**...