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.

DOT-matrix display(LED matrix) points for a good design.

Status
Not open for further replies.
led dot matrix pld drive

leoren_tm said:
ah.ok..
back to my project...how can i elimanate shadowing? im driving my collum with a shiftregister,with latch and my row with 7port and a transistor,,

This flickering can be removed in programming. Following is the pseudo code I follow:

For rows 0 to 6{
FillColumnBuffer(rowID)
TurnOFFRows(all)
ClockDataInCols()
TurnOnRow(rowID)
Delay()
}
You will have to be accurate about delay. And donot process anything else when clocking data in. You have to minimize the time between turning all rows OFF and turning the next row ON.

Regarding brightness control, You will have to introduce PWM of some sort, which will give 1 to each row in pulses. Usually, Instead of pulses, I turn each row on fully for like 8ms(assumed value) and then I turn off all rows. When you introduce PWM, it will use the same 8ms time, but instead of putting row ON full time, it will send pulses to turn leds on and off. The more the pulses, the lesser the brightness. That is why without using PWM will have the most brightness.

Do you need anymore help?
 

led matrix board design

Do you need anymore help?
i realy need help. i just made my prototype but i have now problems...i could not reach the required voltage, that is why its dim...i have problem on my row driver(5x7)...im using a darlington pairs, can you suggest a flowdiagram? and im coding it on assembly.
 
scan led using 4094 electronics

i will think it to be a simple manipulation of the previous circuitry.
the use of a 748cf95a shift vregister will give a clear guide to your quest
 

direct drive led matrix

thank you for your share
 

led matrix elektor

My MMD project (working in Proteus ISIS) was upgraded for char scrolling (switchable, the speed too), the source is converted to C (MikroC) and PicBasic (Proton+) too.
A newer ZIP is uploaded by me:
 

matrix led module

where can i tutorial about led matrix display
 

led dot matrix circuits

after reading it..i was confuse on how did you display a running text??
at what part of it? if displaying it 20times....uhmmm...if your displaying a running text, you would have a problem if it would be design on just accepting a character...and display it...and did you map it??why ASCII??how did you do it?
 

ic 4094 dot matric

THis is bundle of moving message circuits and softawres
 
  • Like
Reactions: chuby

    chuby

    Points: 2
    Helpful Answer Positive Rating
at89c.110mb.com

sohail,it seems you have good project on moving sign display for the forums...
 

dot display tutorial

Please help me to drive using I2C communication this Single Colored Led 5x7 dot matrix multiplexed with MAX6953.

Thank you
 

4094+dot matrix

first constract the circiut...then...post it...maybe someone will help you code it..or i can help you..

Added after 1 minutes:

sohail_akram said:
THis is bundle of moving message circuits and softawres
ill try reading it...anyway..i already design one..ill post it out if its finish..:D
 

dot matrix project in proteus

This is a little older solution for a dot matrix display, but it works. It is based on AT90s2313/ATtiny2313 atmel microcontroller. Hope you'll find it useful :):D
 

led dot matrix circuit

...and another Atmel DOT matrix display project...:D
 
  • Like
Reactions: enker

    enker

    Points: 2
    Helpful Answer Positive Rating
led matrix simulation proteus

very good info thanks a lot
 

circuit design for led display matrix

sohail_akram said:
THis is bundle of moving message circuits and softawres
am i right? most of the program on your upload, are from this forum also...i think you just compiled it...correct me if im wrong..
thanks for the effort
 

dot matrix 128*64 display tutorial

hello wizardrt let me try to see ur file and if it is helpful ,that will be very good
 

displays led matrix

nice design, i will try it.. but how we can update data from pc at external eeprom?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top