PDA

View Full Version : 64 led display problems



battousai923
- 27th November 2007, 17:55
Hi

Me and my classmates are finding it difficult to emulate the codes shown at

http://www.larwe.com/zws/products/picxie2/index.html

we are using a 16f27a chip and so far our code is
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Symbol Short=1000
Symbol Long=3000
Symbol PORTA=5
Symbol TRISA=133
Poke TRISA, %00011
Poke PORTA, 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Oscillator:
Poke PORTA, %00011
Pause Long
Poke PORTA, %00000
GoTo Oscillator

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Any reccomendations or comments on a way to make this work, or alternately another way of recreating such a circuit using picbasic source code.


Regards

-H

Ioannis
- 29th November 2007, 10:19
I think you need a lot of searching on LED matrix display theory first.

Try the search engine of this forum to find some infos first. Also what lanquage do you use? Here this forum is about PicBasic Pro from Melabs, Inc.

Ioannis