Max7219 LedControl setRow - sets the column
i giving 8x8 matrix go 7219 , arduino , seems column set instead of row. example: setled(0, 7,1, true) set led @ (1,7) led , setrow(0,2,b11000000) set leds (0,2) , (1,2) instead of (2,0) , (2,1). thought datasheet of led matrix wrong started checking every pin/led , map along way. don't want rotate matrix 90 degrees because of since have connected correct pins: row0 - segdsp, col0 - dig0.....
i forgot mention think reason why matrix rotated: led matrix column common cathode. see ledcontrol library, setrow sinks cathode of entire row , sources anodes of leds in row should on. since matrix i'm using column common cathode, function setrow works on column.
can more experience me working max7219, 8x8 led matrix , arduino confirm this?
can more experience me working max7219, 8x8 led matrix , arduino confirm this?
Arduino Forum > Using Arduino > LEDs and Multiplexing > Max7219 LedControl setRow - sets the column
arduino
Comments
Post a Comment