Skip to content

set_pixel( x, 7 ) #1

Description

@mchobby

Hi, I'm testing the Matrix8x8 class on Adafruit 871 (matrix 8x8).
This works perfectly on Arduino but I got unexpected issue when running it with MicroPython PyBoard and Matrix8x8.

when I set_pixel on column 7, it also activate the led on column 0 and 5.
So set_pixel( 1, 7 ) does like set_pixel( 1, 7 ) + set_pixel( 0, 7 ) + set_pixel( 5, 7 )
Do you see a reason for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions