Search found 11 matches

by Hearty
21 Nov 2011 09:57
Forum: mikroC PRO for PIC General
Topic: Scrolling Text Led Matrix 7x5 using MAX7219
Replies: 3
Views: 3969

Re: Scrolling Text Led Matrix 7x5 using MAX7219

Hi,

Try to check on my blog what I did
On this link it the scroll for one Matrix display 8x8
I hope that will give you a way
for the scroll.

If you check the other links on the blog,
you will find some exemple for driving
the 74HC595 and another display using 3 matrix.

;)
by Hearty
22 Jul 2010 20:46
Forum: mikroC General
Topic: Soft PWM for RGB LEDS
Replies: 6
Views: 4883

Re: Soft PWM for RGB LEDS

Hi,

I tried this code with PIC16F876A

with:

Code: Select all

void Delay(int num)
{
     while(--num);
}
I have a "flash light" at the end of both cycles

and with:

Code: Select all

void Delay(int num)
{
     while(num>0)
            num--;
}
all is right.
by Hearty
16 Jun 2010 23:11
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

Re: 8x8 LED Matrix marquee

Hi,
Are sure, you are talking with BasicBasic?

;)
by Hearty
28 May 2010 18:36
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

Re: 8x8 LED Matrix marquee

Hi BasicBasic Sorry for the late answer, I was in billions books of C sleep on C, eat C, C..C CC .cccccc argh!! :D I re do all from zero, And now I solved my problem, and understand what I do. My Led matrix work as well, and scroll as I want. I'm try now to understand how, I can make a relation betw...
by Hearty
17 Apr 2010 08:41
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

Re: 8x8 LED Matrix marquee

Oh god! :)

Sorry for that,
i'm unlucky with that problem,

I'll try to find a new orientation, garden or clay sculpt... :lol:

Anyway, thank you for trying.

Have a nice day
by Hearty
16 Apr 2010 10:45
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

Re: 8x8 LED Matrix marquee

BasicBasic111, thank you for your suggestion. In fact, I want a simple circuit, no external piece, with one display at this time, to understand how coding this. I know there are many other ways to achieve this display, for exemple I coded myself this one: /* *****************************************...
by Hearty
14 Apr 2010 14:55
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

Re: 8x8 LED Matrix marquee

Hi,

no, In my mind it will display the listed hex
chararactères at up of the code source.

the font8x8[152]= variable
by Hearty
14 Apr 2010 07:46
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

Re: 8x8 LED Matrix marquee

Bonca wrote:Hello!
Send me a schematic and I will try to simulate on Proteus.

Bonca
Bonca, just for the answer god bless you.

Here is the link with the complete project,
including the Isis file, and MikroC files.

http://dl.free.fr/rONRc086y

My best regards,

:wink:
by Hearty
08 Apr 2010 17:16
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

Re: 8x8 LED Matrix marquee

more than 100 views and no answer,
I can't to thank you.

:(
by Hearty
04 Mar 2010 08:49
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

Re: 8x8 LED Matrix marquee

Nobody can help me?

My question is wrong or insane or something like that?
Maybe this problem is threaded somewhere many time,
so please just a link.

Regards,
by Hearty
02 Mar 2010 15:39
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16514

8x8 LED Matrix marquee

Hi, Before all, my english is not my native language, so, sorry for any mystake, and more over, I'm very new in PIC world. I'm trying to translate an old code from a user named Xor. The original code is in MikroB, I want it in MikroC. :?: I working on a 16F876A with 8x8 Led matrix Original code: ' T...

Go to advanced search