64 led display problems


Closed Thread
Results 1 to 2 of 2
  1. #1
    battousai923's Avatar
    battousai923 Guest

    Default 64 led display problems

    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

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    3,802


    Did you find this post helpful? Yes | No

    Default

    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

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. Single digit 7 Seg LED clock - PIC16F88
    By thirsty in forum Code Examples
    Replies: 4
    Last Post: - 17th July 2009, 08:42
  3. Replies: 2
    Last Post: - 14th July 2008, 22:11
  4. Replies: 14
    Last Post: - 26th September 2007, 05:41
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts