D1 LED Dot Matrix gives “List or string index out of range” error
Issue #441
resolved
Set Dot x y block gives gives “List or string index out of range”
I am using a esp32 with a D1 mini dot matrix display
Comments (6)
-
reporter -
repo owner Make sure your x and y are both between 1 and 8. The first LED is (1, 1) not (0, 0). Does that help?
-
repo owner I'll fix also that library to ensure the x and y are in the correct range.
-
repo owner - changed status to open
-
repo owner - changed status to resolved
Marking this resolved. Updated library will be in the next pilot release.
-
reporter Thanks for the feedback, that was fast!, I will check the updated library.
I am trying to use the Pico RP2040-ZERO board version with Microblocks.
I can use it with the ELECFREAKS Wukong 2040 board, but it will not work with the normal Rp2040 (Pico or Pico W) board?
- Log in to comment
I also tried the LEd dot matrix library with a Pi Pico-zero chip and did get the same error“List or string index out of range”. I am new to Microblocks. Thanks for an excellent program.