Added: 3 years ago
From: kingpin094
Views: 2,196
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (4)

Sign In or Sign Up now to post a comment!
  • then it will work like a TV ... I mean it scan from left to right or vice versa and after scanning one line it will jump to another line and so.....

    Thus every LED will glow with equal brightness .....

  • good attempt...

    (some tips to improve it)

    U r now displaying 8bit data all at an instant . This will make brightness difference since LEDs share current. So u just try to display 1 LED at an instant. mean just try to program it in such a way that each bit of 8bit data glows one after the other (TDM)...

    I mean,

    IF u use ""PORTD=data;""

    instead use

    ""PORTD=data&1;delay();PORTD=d­ata&2;delay();PORTD=data&4;del­ay(); PORTD=data&8;delay(); PORTD=data&16;delay();........­.PORTD=data&128;delay();""

  • hi. i am trying to learn more about this. could you help me by giving me the circuit?

    ty

  • 1st of all im frist and second THATS BASASSSSSSSSSSSSSSS!!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more