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 Umer Hassan

  1. U

    [PIC] Scrolling Text on 8x8 LED Dot matrix

    Hello, I am working on LED Dot MATRIX Scrolling Message. I am unable to figure out the logic for scrolling text on the dot matrix. i have write the code for displaying custom text but i am unable to implement it in Scrolling. #define shcp PORTB.B0 #define serialdata PORTB.B1 #define stcp...
  2. U

    [SOLVED] Character is not displaying correctly on 8x8 dotmatrix while using 74HC595

    You peoples are awesome :thumbsup:. Thanks for helping. Actually the purpose of putting too much delay is to analyze the program in simulation. Well i figured out to disable the U3 initially. put the data serially in to shift register U2. and finally enabling U3 and latching data simultaneously...
  3. U

    [SOLVED] Character is not displaying correctly on 8x8 dotmatrix while using 74HC595

    Hello, i am working on using lesser bits of mcu for displaying character on 8x8 dot matrix. therefore, i use 8bit serial shift register 74HC595. The character is not displaying properly. Its overlapping. The code, video and the pic is attached herewith. #define shcp PORTA.B0 #define serialdata...
  4. U

    [SOLVED] DOT matrix flickering problem/incomplete character

    segment delay is just a constant value for delay_us(). Well thanks bro i just adjusted the Led Trigger time and it works well.
  5. U

    [SOLVED] DOT matrix flickering problem/incomplete character

    Hello, I am new to PIC UC and i am in learning phase. well i am getting problem in simulating Dot matrix that when i display only static 6 characters on the 6 8x8 dot matrix. they look perfectly fine. but when i increase the dot matrix, let say 8 8x8 dotmatrix the characters dont display...

Part and Inventory Search

Back
Top