| | control large number of leds (?)
|
|
hi. i'm working in a project in which i'll need to control the brightness of about 700 leds. i've just begun to research solutions - and i'm not sure the hb is the right microcontroller for the job, but i thought perhaps an hb user on this list (...) (21 years ago, 29-Feb-04, to lugnet.robotics.handyboard)
|
|
| | Re: control large number of leds (?)
|
|
Wow, I thought this list was dead. Hmmm. You're missing two key bits of information : 1) Do you want to individually control each LED's brightness? 2) How often do you wish to change the brightness? If you are attempting to make a television like (...) (21 years ago, 29-Feb-04, to lugnet.robotics.handyboard)
|
|
| | Re: control large number of leds (?)
|
|
/* inc allows r bound and l bound(the search counters) to be increased with each cycle) */ float sleep time=.0075; print f("Neil Version 2.0n"); while(!start button()) while(!stop button()) light=analog(6); while(light<=VALUE) print f("On the white (...) (7 months ago, 20-Apr-24, to lugnet.robotics.handyboard, FTX)
|