LEDMatrixParallel component

An area to discuss 8-bit PIC specific problems and examples

Moderator: Benj

Post Reply
BLACKROSE
Posts: 3
Joined: Fri May 28, 2021 1:42 pm
Contact:

LEDMatrixParallel component

Post by BLACKROSE »

Hello!
Has anyone made a test of LEDMatrixParallel component ? I used that to drive a led dot matrix 8x8 using a shift register 74HC164 and a ULN2803 . but the characters don't displayed correctly. At an example code of above component it seems that there is no CLOCK and RESET at any pin of MCU (PIC16F88) to connect to shift register. Is there a code example with that output pins to clocking the columns of led matrix ? Thanks.

chipfryer27
Valued Contributor
Valued Contributor
Posts: 614
Joined: Fri Jun 06, 2014 3:53 pm
Has thanked: 184 times
Been thanked: 195 times
Contact:

Re: LEDMatrixParallel component

Post by chipfryer27 »

Hi

There is an example of using this Component here, complete with code.

https://www.matrixtsl.com/wikiv7/index. ... uts:_LEDs)

Hope this helps.

Post Reply