Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by jibranjin

  1. J

    5x7 Led Dot Matrix using 8051 (Programming in C )

    Thanks mate but now the problem is that the text is scrolling very fast is there any way to control its speed... here is the code: #include<reg51.h> int count[5]={0x08,0x10,0x20,0x40,0x80}; int A[5]= {0x00,0x00,0x00,0x00,0x00}; int Blank[5]= {0x7F,0x98,0x98,0x7F,0x00}; int c=0; int i,j ; int...
  2. J

    5x7 Led Dot Matrix using 8051 (Programming in C )

    Guys i m making a Scrolling text using 5x7 display with 8051 but i m having a problem that i m unable to figure out that how to scroll a text i wrote this test code but it keeps displaying 'A' .. plz can sumbody tell me what is the prob with this code...... i ll very thankful...

Part and Inventory Search

Back
Top