Is anyone has alphanumeric hex code for matrix led 8x8 ?
we can easily find for 5x7. but i haven't find for 8x8.
Hi cowwyland,
please look at this link (a post by
egealtay):
http://www.sonsivri.com/forum/index.php?topic=4872.msg23678#msg23678The attached (by egealtay) rar is contains also the hex and the pbp source for a 8x8 led matrix...
This is
not from mine!
Hope this helps
zuisti
@robban
First of all.. I deserve to have a thank You just by finding the poast I think You're interested in:Searching is a mess at least to me!)
Hi!
Try this...
Generic code
Generic Basic Code
loop:
for POS X = (rightmost end of LED(orLCD) + lenght of message) to 0
Print at POS X, "Hello" ' where POS X is the rightmost position of the LED or LCD(if You want it to scroll from right to left)
clearLCD ' choose whaterver suite You
delay ' here you put the desired delay to make Yr. message readable
POS X = (POS X - 1)
next
Goto loop(or jump downwards if You are satisfied with one display message, or want to display another line)
Haven't tested it, hope it works. There are several ways to skin a cat...
To connect the LCD to the PIC, use the manal...
Dear robban!
Please tell me what PIC compiler has this high level instruction for a 7x5
led matrix:
Print at POS X, "Hello" It's really interested for me (or you have a mistake?)
zuisti