Re: moving message display source code
Hello Sir Zuisti, the problem I have is that I don't have the 74HCT595 and those 74LS238 (I can't even find them in my country);so what about using cd4017 for controlling ULN2803 (when refering
https://embedded-lab.com/blog/?p=2661to this link);with 74HCT164 I don't care about flickering but first I want to see those letters displayed on the matrix;can you help me coding and replace the 74LS138 buy CD4017 in Mikroc?I don't know it very well but I can understand a little bit I am justi learning the MikroC
Last time in this post I have been told to put NOT gate on the output of 74LS138 but also I did not get any good output.
So please help on coding in Mikroc considering the circuits attached;if possible provide some comments.
The pinout connections I used is here
https://circuitdesolator.blogspot.com/2010/12/led-dot-matrix-pin-configuration.html;is that right I might?
I used this is (ROW as Anode) on the board that means the pins are connected as follows:
Between ULN2803 and DOT Matrix respectively:
1(Pin 11 of ULN2803) goes to PIN 16 of dot matrix
2(Pin 12 of ULN2803) goes to PIN 15 of dot matrix
3(Pin 13of ULN2803) goes to PIN11 of dot matrix
4(Pin 14 of ULN2803) goes to PIN 6 of dot matrix
5(Pin 15 of ULN2803) goes to PIN 10 of dot matrix
6(Pin 16 of ULN2803) goes to PIN 4 of dot matrix
7(Pin 17 of ULN2803) goes to PIN 3 of dot matrix
8(Pin 18 of ULN2803) goes to PIN 13 of dot matrix
And for 74LS164 and DOT MATRIX I connected the pins as follow:
3 (Pin 3 of 74LS164) goes to PIN 5 of dot matrix
4(Pin 4of 74LS164) goes to PIN 2 of dot matrix
5(Pin 5 of 74LS164) goes to PIN 7 of dot matrix
6(Pin 6 of 74LS164) goes to PIN 1 of dot matrix
10(Pin 10 of 74LS164) goes to PIN 12 of dot matrix
11(Pin 11of 74LS164) goes to PIN 8 of dot matrix
12(Pin 12 of 74LS164) goes to PIN 14 of dot matrix
13(Pin 13 of 74LS164) goes to PIN 9 of dot matrix
It is my first time to use the DOT Matrix can you also tell me with the pinout on the link which one I might use.
Thanks for helping.